notebook/test/controllers/basil_controller_test.rb
2023-02-25 13:44:15 -08:00

9 lines
175 B
Ruby

require "test_helper"
class BasilControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get basil_index_url
assert_response :success
end
end