2709842d4d
completes #67
10 lines
178 B
Ruby
10 lines
178 B
Ruby
require 'test_helper'
|
|
|
|
class ApplicationControllerTest < ActionDispatch::IntegrationTest
|
|
test "should get styleguide" do
|
|
get styleguide_path
|
|
|
|
assert :success
|
|
end
|
|
end
|