evodata/test/controllers/pages_controller_test.rb

9 lines
173 B
Ruby

require "test_helper"
class PagesControllerTest < ActionDispatch::IntegrationTest
test "should get home" do
get pages_home_url
assert_response :success
end
end