Skip to content

Commit

Permalink
fixed item factory
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto committed Nov 21, 2012
1 parent c05e609 commit f9727e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/factories.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,6 @@
FactoryGirl.define do FactoryGirl.define do
factory :item do factory :item do
sequence(:title) { |n| Faker::Lorem.word } sequence(:title) { |n| Faker::Lorem.word }
archived_at nil


factory :item_with_borrower do factory :item_with_borrower do
borrower borrower
Expand Down

0 comments on commit f9727e3

Please sign in to comment.