scinote-web/spec/factories/step_tables.rb

9 lines
106 B
Ruby
Raw Normal View History

2019-05-09 23:10:02 +08:00
# frozen_string_literal: true
FactoryBot.define do
factory :step_table do
step
table
end
end