test/factories/bands.rb in acts_as_followable-0.1.7 vs test/factories/bands.rb in acts_as_followable-0.1.8

- old
+ new

@@ -1,7 +1,15 @@ \ No newline at end of file + +Factory.define :oasis, :class => Band do |b| + b.name 'Oasis' +end + +Factory.define :metallica, :class => Band do |b| + b.name 'Metallica' +end