mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
removed permit example from ActionController Matchers since it was extracted
This commit is contained in:
parent
8d29efedff
commit
db34e904b6
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue