forked from bofh/fetsite
Introducing Lecturers
This commit is contained in:
10
spec/factories/lecturers.rb
Normal file
10
spec/factories/lecturers.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :lecturer do
|
||||
name "MyString"
|
||||
email "MyString"
|
||||
oid 1
|
||||
picture "MyString"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user