forked from External/greenlight
getting started page
This commit is contained in:
9
test/controllers/help_controller_test.rb
Normal file
9
test/controllers/help_controller_test.rb
Normal file
@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class HelpControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get getting_started" do
|
||||
get help_getting_started_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user