Skip to content
Snippets Groups Projects
Unverified Commit 3d751a27 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

vcr in server/dashboard#index

parent 7c79e482
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ class Server::DashboardControllerTest < ActionDispatch::IntegrationTest
include ServerSetup
def test_index
get server_root_path
assert_response(:success)
VCR.use_cassette(location) do
get server_root_path
assert_response(:success)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment