Commit dccfff36185b53e7730e1e147d6a6a10424da9e6
1 parent
203adbec
Exists in
master
and in
1 other branch
Fix error from find and replace
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/controllers/users_controller_spec.rb
| ... | ... | @@ -122,7 +122,7 @@ describe UsersController do |
| 122 | 122 | |
| 123 | 123 | it "sets a message to display" do |
| 124 | 124 | delete :destroy, :id => @user.id |
| 125 | - request.flash[:success[.should include('no longer part of your team') | |
| 125 | + request.flash[:success].should include('no longer part of your team') | |
| 126 | 126 | end |
| 127 | 127 | end |
| 128 | 128 | ... | ... |