active_model_serializers/test
Prathamesh Sonpatki f6cf469820 Fix failing tests for edge rails
* Edge Rails returns an instance of 'Gem::Version' for 'Rails.version' due to e600384515dc06db2c56ff5be5c18779f7b379a5
 * Travis build was failing because of this as 'Rails.version.start_with? '4'' was giving 'undefined method' on 'Gem::Version' instance
2013-03-27 10:29:36 +05:30
..
array_serializer_test.rb Restore order of fields in hash to original order. 2013-02-11 07:04:59 -08:00
association_test.rb Add mutual association test 2013-03-15 18:59:05 +01:00
caching_test.rb Attemp to fix bad test 2013-03-15 08:41:39 +01:00
generators_test.rb Fix failing tests for edge rails 2013-03-27 10:29:36 +05:30
no_serialization_scope_test.rb Add a Responder to handle respond_with(resource) 2013-03-13 16:45:23 -07:00
responder_test.rb Fixed few typos 2013-03-26 20:29:35 +05:30
serialization_scope_name_test.rb Reference scope by same name as serialization scope 2013-03-18 14:44:38 -04:00
serialization_test.rb Fixed few typos 2013-03-26 20:29:35 +05:30
serializer_support_test.rb Test : use a deducted serializer on non-ActiveRecord models 2012-12-20 17:06:19 +01:00
serializer_test.rb Reference scope by same name as serialization scope 2013-03-18 14:44:38 -04:00
test_fakes.rb changes to be able to specify multiple attributes with keys 2013-03-05 02:45:22 +00:00
test_helper.rb Add a Responder to handle respond_with(resource) 2013-03-13 16:45:23 -07:00