Commit dc1ba68b authored by Matija Čupić's avatar Matija Čupić

Remove stray pry binding in spec

parent c2bf452c
......@@ -43,7 +43,6 @@ describe Projects::ClustersController do
end
it 'redirects to the page' do
binding.pry
expect(response).to have_gitlab_http_status(:ok)
expect(assigns(:clusters).current_page).to eq(last_page)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment