skill-assessment-app/test/controllers/application_controller_test.rb
2016-08-24 08:24:24 -05:00

10 lines
178 B
Ruby

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