features/thinking_sphinx/db/fixtures/foxes.rb in thinking-sphinx-1.4.1 vs features/thinking_sphinx/db/fixtures/foxes.rb in thinking-sphinx-1.4.2

- old
+ new

@@ -1,3 +1,3 @@ %w( fantastic ).each do |name| - Fox.create :name => name + Fox.new(:name => name).save(false) end