thoughtbot--shoulda-matchers/lib/shoulda/matchers/action_controller
Damian Galarza and Harry Schwartz b5083467bc Add CallbackMatcher for ActionController
Matcher for checking if a filter / action callback is in place within a
controller.

Example:

```ruby
describe UserController do
  it { should use_before_filter(:authenticate_user!) }
end
```
2014-03-07 10:54:40 -05:00
..
callback_matcher.rb Add CallbackMatcher for ActionController 2014-03-07 10:54:40 -05:00
filter_param_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00
redirect_to_matcher.rb Use __send__ instead of send 2014-02-01 13:09:44 -08:00
render_template_matcher.rb Use __send__ instead of send 2014-02-01 13:09:44 -08:00
render_with_layout_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00
rescue_from_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00
respond_with_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00
route_matcher.rb Use __send__ instead of send 2014-02-01 13:09:44 -08:00
route_params.rb Convert to 1.9 hash syntax 2014-01-17 13:20:44 -07:00
set_session_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00
set_the_flash_matcher.rb Update deprecated matcher protocol for RSpec 3. 2013-12-24 22:34:26 +11:00