skill-assessment-app/test/controllers/application_controller_test.rb

10 lines
178 B
Ruby
Raw Normal View History

require 'test_helper'
class ApplicationControllerTest < ActionDispatch::IntegrationTest
test "should get styleguide" do
get styleguide_path
assert :success
end
end