Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
4d76bfe6
Commit
4d76bfe6
authored
Jul 15, 2017
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link checking from landing page
parent
9f757005
Pipeline
#322
passed with stages
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
test.rb
test.rb
+10
-0
No files found.
test.rb
View file @
4d76bfe6
...
...
@@ -24,6 +24,16 @@ describe 'SignupSite' do
last_response
.
body
.
must_include
'About our shells'
end
it
'should display link to enter-code landing page'
do
get
'/'
last_response
.
body
.
must_include
'href="enter-code"'
end
it
'should display link to enter-details landing page'
do
get
'/'
last_response
.
body
.
must_include
'href="enter-details"'
end
it
'should return invite code form'
do
get
'/enter-code'
last_response
.
body
.
must_include
'Invite code'
...
...
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