spec/attributes/string_spec.rb in arel-0.3.3 vs spec/attributes/string_spec.rb in arel-0.4.0
- old
+ new
@@ -38,6 +38,6 @@
obj.extend Module.new { def to_s ; 'hello' ; end }
type_cast(obj).should == 'hello'
end
end
end
-end
\ No newline at end of file
+end