active_model_serializers/test/action_controller
Benjamin Fleischer a5554e0d9f Use a different controller in different tests
A number of test were defining and using the same controller
MyController = Class.new(ActionController::Base)
which was causing some state to leak across tests.
2015-06-12 11:27:20 -05:00
..
adapter_selector_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00
explicit_serializer_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00
json_api_linked_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00
rescue_from_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00
serialization_scope_name_test.rb Adjusts JsonApi adapter to serialize attributes in a nested attributes hash 2015-05-21 16:23:01 +02:00
serialization_test.rb Use a different controller in different tests 2015-06-12 11:27:20 -05:00