scinote-web/spec/factories/step_tables.rb
2019-06-10 12:24:04 +02:00

9 lines
106 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :step_table do
step
table
end
end