removed permit example from ActionController Matchers since it was extracted

This commit is contained in:
barelyknown 2013-07-13 17:42:23 -05:00 committed by Elliot Winkler
parent 8d29efedff
commit db34e904b6
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ Matchers to test common patterns:
```ruby
describe PostsController, "#show" do
it { should permit(:title, :body).for(:create) }
context "for a fictional user" do
before do
get :show, :id => 1