require 'test_helper'
class LandingControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get landing_index_url
assert_response :success
end
Powered by TurnKey Linux.