bringing back the styleguide

completes #67
This commit is contained in:
Mark Moser
2016-08-24 08:23:29 -05:00
parent 2b55fed1bc
commit 2709842d4d
6 changed files with 210 additions and 14 deletions

View File

@ -0,0 +1,9 @@
require 'test_helper'
class ApplicationControllerTest < ActionDispatch::IntegrationTest
test "should get styleguide" do
get styleguide_path
assert :success
end
end