test/dummy/test/factories/books.rb in fastly-rails-0.3.0 vs test/dummy/test/factories/books.rb in fastly-rails-0.4.0
- old
+ new
@@ -1,8 +1,8 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :book do
- name { Faker::Movie.title }
+ name 'some book name'
service_id 'asdf'
end
end