summaryrefslogtreecommitdiff
path: root/spec/features/security
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-23 17:32:39 -0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-22 12:13:46 +0200
commit1f7490a23fae82c0784b89ae73de7c8a14256da6 (patch)
treefa17c273c1e845524885a3d79a109712952ef7b0 /spec/features/security
parent20a871cc21227ef67d9173ba9bd3b7e0d0e2e26f (diff)
downloadgitlab-ce-1f7490a23fae82c0784b89ae73de7c8a14256da6.tar.gz
Update spec/features/security specs
Diffstat (limited to 'spec/features/security')
-rw-r--r--spec/features/security/profile_access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/security/profile_access_spec.rb b/spec/features/security/profile_access_spec.rb
index 2b09771851e..8f7a9606262 100644
--- a/spec/features/security/profile_access_spec.rb
+++ b/spec/features/security/profile_access_spec.rb
@@ -6,7 +6,7 @@ describe "Profile access", feature: true do
end
describe "GET /login" do
- it { expect(new_user_session_path).not_to be_404_for :visitor }
+ it { expect(new_user_session_path).not_to be_not_found_for :visitor }
end
describe "GET /profile/keys" do