summaryrefslogtreecommitdiff
path: root/spec/requests/api/users_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/api/users_spec.rb')
-rw-r--r--spec/requests/api/users_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/users_spec.rb b/spec/requests/api/users_spec.rb
index c2c9f8465b8..749769d45c2 100644
--- a/spec/requests/api/users_spec.rb
+++ b/spec/requests/api/users_spec.rb
@@ -300,7 +300,7 @@ describe Gitlab::API do
response.status.should == 200
end
- it "should return sucess if key ID not found" do
+ it "should return success if key ID not found" do
delete api("/user/keys/42", user)
response.status.should == 200
end