notebook/test/controllers/styleguide_controller_test.rb
2022-03-23 23:12:31 -07:00

9 lines
191 B
Ruby

require "test_helper"
class StyleguideControllerTest < ActionDispatch::IntegrationTest
test "should get tailwind" do
get styleguide_tailwind_url
assert_response :success
end
end