greenlight/test/controllers/landing_controller_test.rb
2016-10-14 11:59:21 -04:00

10 lines
180 B
Ruby

require 'test_helper'
class LandingControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get landing_index_url
assert_response :success
end
end