Remove stray pry binding in spec

This commit is contained in:
Matija Čupić 2017-12-02 01:02:32 +01:00
parent c2bf452c17
commit dc1ba68bfb
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 0 additions and 1 deletions

View File

@ -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