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
Léo-Paul Géneau
gitlab-ce
Commits
d2765b45
Commit
d2765b45
authored
Apr 25, 2017
by
TM Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#22826] Add newline before expect in accordance to four phase thoughtbot style
parent
7940a5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
spec/features/projects/files/find_files_spec.rb
spec/features/projects/files/find_files_spec.rb
+2
-0
No files found.
spec/features/projects/files/find_files_spec.rb
View file @
d2765b45
...
...
@@ -14,6 +14,7 @@ feature 'Find files button in the tree header', feature: true do
project
.
namespace
,
project
)
expect
(
page
).
to
have_selector
(
'.tree-controls .shortcuts-find-file'
)
end
...
...
@@ -23,6 +24,7 @@ feature 'Find files button in the tree header', feature: true do
project
,
project
.
default_branch
)
expect
(
page
).
to
have_selector
(
'.tree-controls .shortcuts-find-file'
)
end
end
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