9
test/controllers/application_controller_test.rb
Normal file
9
test/controllers/application_controller_test.rb
Normal file
@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ApplicationControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get styleguide" do
|
||||
get styleguide_path
|
||||
|
||||
assert :success
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user