osem-fcy/spec/factories/splashpages.rb

7 lines
145 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :splashpage do
public false
end
end