forked from External/greenlight
Added controller/view for landing page
This commit is contained in:
9
test/controllers/landing_controller_test.rb
Normal file
9
test/controllers/landing_controller_test.rb
Normal file
@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class LandingControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get landing_index_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user