a11yist/test/controllers/backoffice_controller_test.rb

9 lines
183 B
Ruby
Raw Normal View History

2024-09-22 21:57:05 +02:00
require "test_helper"
class BackofficeControllerTest < ActionDispatch::IntegrationTest
test "should get show" do
get backoffice_show_url
assert_response :success
end
end