forked from bofh/fetsite
rspec install
Install Rspec FacoryGirl
This commit is contained in:
12
spec/factories/studien.rb
Normal file
12
spec/factories/studien.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user