Skip to content

Commit

Permalink
Fix error in a test in SpacesController, refs #820, refs #815
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Jul 12, 2013
1 parent 186ff0c commit 028c4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/controllers/spaces_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@

it "should not be able to see spaces where he's not invited" do
get :show, :id => @private_space2.to_param
assert_response 403
assert_response 302
response.should redirect_to(new_space_join_request_url(@private_space2))
end

it "should NOT be able to delete anyone's space " do
Expand Down

0 comments on commit 028c4ac

Please sign in to comment.