Commit Graph

1 Commits

Author SHA1 Message Date
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