Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
421b0650
Commit
421b0650
authored
Jul 16, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove be_not_found_for matcher
It was only used in one test, and the test was kind of redundant.
parent
a2ecfdc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
spec/features/security/profile_access_spec.rb
spec/features/security/profile_access_spec.rb
+0
-5
No files found.
spec/features/security/profile_access_spec.rb
View file @
421b0650
...
...
@@ -6,11 +6,6 @@ describe "Profile access", feature: true do
before
do
@u1
=
create
(
:user
)
end
describe
"GET /login"
do
it
{
expect
(
new_user_session_path
).
not_to
be_not_found_for
:visitor
}
end
describe
"GET /profile/keys"
do
subject
{
profile_keys_path
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment