getting started page

This commit is contained in:
Zachary Chai
2017-02-16 17:03:58 -05:00
parent c8f8f09226
commit 64ac93f65f
6 changed files with 145 additions and 0 deletions

View 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