Remove stray pry binding in spec
This commit is contained in:
parent
c2bf452c17
commit
dc1ba68bfb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue