Files
ss-calculator/test/controllers/pages_controller_test.rb

10 lines
174 B
Ruby

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