BikeBikeBike/test/factories/workshop_presentation_styles.rb
2014-03-09 14:43:33 -06:00

10 lines
204 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :workshop_presentation_style do
name "MyString"
slug "MyString"
info "MyString"
end
end