scinote-web/spec/factories/result_table.rb

8 lines
118 B
Ruby
Raw Normal View History

# frozen_string_literal: true
FactoryBot.define do
factory :result_table do
table { create(:table) }
end
end