RSpec
- Test Data
- Thoughtbot's shoulda matchers
- RSpec Expectations
- Custom RSpec Matcher for serialize_matcher (helps test with Active Model Serializers)
-
http://stackoverflow.com/questions/22098052/active-model-serializer-testing-which-serializer-is-used-to-render-response
- Notes on how to create a custom matcher
- Gist Cheatsheet of RSpec usage: The Greatest Hits of Rspec Testing: Volume 1
- https://gist.github.com/tonycoco/8798536
-
Examples
- Grape RSpec examples