mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
8 lines
196 B
Ruby
8 lines
196 B
Ruby
require "test_helper"
|
|
|
|
class HelloCodespacesControllerTest < ActionDispatch::IntegrationTest
|
|
test "should get index" do
|
|
get hello_codespaces_index_url
|
|
assert_response :success
|
|
end
|
|
end
|