We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update controller doubling to specify instance_double and describe stubbing resource owner
Updated Testing protected controllers (markdown)
Add RSpec request tests and minor typographical updates
Favor RSpec 3 syntax over RSpec 2 syntax since the last RSpec 2 release was over 4 years ago
Fix typo
Added a section for MiniTest
fixed controller authorization to not user doorkeeper_for
accessible? should be acceptable? in Doorkeeper >= 1.4
Using :accessible? results in an error, with :acceptable? everything works
Add Rspec 3 versions of stubs (commented out), to avoid deprecation warnings
Fixed a small typo.
stub has been deprecated. Replaced with double.
Created Testing protected controllers (markdown)