test/factories.rb in grip-0.6.7 vs test/factories.rb in grip-0.6.8
- old
+ new
@@ -1,6 +1,6 @@
require "mongo_mapper"
-variants = { :thumb => {:width=>50,:height=>50} }
+variants = { :thumb => {:width=>50, :height=>50} }
Factory.define :attachment do |a|
a.owner_id Mongo::ObjectID.new
a.owner_type 'Mock'
a.name 'image'
a.file_name 'mock.png'
\ No newline at end of file