Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
2b652f2ae79f
Commit
0dc3005f
authored
Mar 27, 2018
by
haseeb
Browse files
blank lines around expect removed
parent
13c4a98cbcfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/features/snippets/embedded_snippet_spec.rb
View file @
2b652f2a
...
...
@@ -18,11 +18,8 @@
visit
(
"http://
#{
server
.
host
}
:
#{
server
.
port
}
/embedded_snippet.html"
)
expect
(
page
).
to
have_content
(
"random_dir.rb"
)
expect
(
page
).
to
have_content
(
"require 'fileutils'"
)
expect
(
page
).
to
have_link
(
'Open raw'
)
expect
(
page
).
to
have_link
(
'Download'
)
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