rspec install

Install Rspec FacoryGirl
This commit is contained in:
2013-07-26 00:41:21 +02:00
parent f9249900d7
commit 92f1797dfb
9 changed files with 86 additions and 11 deletions

12
spec/factories/studien.rb Normal file
View 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