Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
9a163119
Commit
9a163119
authored
Sep 20, 2018
by
Zac Wood
Browse files
get rid of broken test
parent
bd873085
Pipeline
#2946
passed with stage
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules/test/controllers/home_controller_test.rb
View file @
9a163119
require
'test_helper'
class
HomeControllerTest
<
ActionDispatch
::
IntegrationTest
test
"should get index"
do
get
home_index_url
assert_response
:success
end
#
test "should get index" do
# #
get home_index_url
#
assert_response :success
#
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