active_model_serializers/test
Santiago Pastorino df5ef33ae6 Allow to turn off ams
Closes #378

You can define now

```
def default_serializer_options
  { serializer: false }
end
```
2013-10-23 20:34:34 -02:00
..
fixtures Test attributes declared as strings 2013-10-22 11:55:32 -02:00
integration Allow to turn off ams 2013-10-23 20:34:34 -02:00
unit/active_model Dont use Class.embed on test 2013-10-21 15:10:00 -04:00
coverage_setup.rb Add coverage tools 2013-10-18 17:49:21 -02:00
test_app.rb Implement Generators 2013-10-18 17:49:21 -02:00
test_helper.rb Require minitest instead of test/unit 2013-10-18 17:49:22 -02:00