active_model_serializers/test/action_controller
Benjamin Fleischer 73eae19b3d Return null resource object identifier for blank id
Also, fix test where attributes were included when id was ""

```
  1) Failure:
  ActionController::Serialization::AdapterSelectorTest#test_render_using_adapter_override
  [test/action_c$ntroller/adapter_selector_test.rb:53]:
  --- expected
  +++ actual
  @@ -1 +1 @@
  -"{\"data\":{\"id\":\"\",\"type\":\"profiles\",\"attributes\":{\"name\":\"Name 1\",\"description\":\"Description 1\"}}}"
  +"{\"data\":null}"
```
2017-04-30 23:28:08 -05:00
..
json Extract IncludeTree. (#1685) 2016-05-28 10:07:11 -04:00
json_api Fix typos 2016-12-11 23:41:23 -06:00
adapter_selector_test.rb Return null resource object identifier for blank id 2017-04-30 23:28:08 -05:00
explicit_serializer_test.rb Test caching with fragmented key 2016-06-07 20:26:38 -05:00
lookup_proc_test.rb Make serializer lookup configurable (#1757) 2016-11-16 18:38:40 +01:00
namespace_lookup_test.rb Merge 0-10-stable into master (to fix breaking change). (#2023) 2017-01-10 02:28:50 -06:00
serialization_scope_name_test.rb Improve tests found by assert_nil 2017-01-06 23:17:43 -06:00
serialization_test.rb Fix typos 2016-12-11 23:41:23 -06:00