Skip to content

Commit

Permalink
AO3-4946 review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cesy committed May 15, 2017
1 parent 33a535e commit a217ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/challenge_assignments_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
fake_login_known_user(user)
gift_exchange.assignments_sent_at = Time.now
gift_exchange.save
# tests :owener_only, but you can't access that directly or it won't load @challenge_assignment
# tests :owner_only, but you can't access that directly or it won't load @challenge_assignment
get :default, collection_id: collection.name, id: open_assignment, user_id: user.login
it_redirects_to_with_error(root_path, "You aren't the owner of that assignment.")
end
Expand Down

0 comments on commit a217ea3

Please sign in to comment.