Fix spec errors.
This commit is contained in:
parent
fc66c18349
commit
92de0faf6e
2 changed files with 11 additions and 8 deletions
|
@ -11,7 +11,7 @@ describe "Projects" do
|
|||
end
|
||||
|
||||
it "should be correct path" do
|
||||
expect { click_link "Remove" }.to change {Project.count}.by(-1)
|
||||
expect { click_link "Remove project" }.to change {Project.count}.by(-1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue