Files
fetsite/spec/factories/studien.rb
Andreas Stephanides 92f1797dfb rspec install
Install Rspec FacoryGirl
2013-07-26 00:41:21 +02:00

13 lines
217 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :studium do
zahl "066 506"
name "Automatisierung"
desc "TEST DESC"
typ "Master"
end
end