mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
191 B
Ruby
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
|