Prepare dev instructure
This commit is contained in:
13
test/controllers/pages_controller_test.rb
Normal file
13
test/controllers/pages_controller_test.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require "test_helper"
|
||||
|
||||
class PagesControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get home" do
|
||||
get pages_home_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get legals" do
|
||||
get pages_legals_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user