We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef72a4 commit cccf5edCopy full SHA for cccf5ed
1 file changed
spec/filtering_spec.rb
@@ -114,7 +114,6 @@
114
end
115
116
fit 'should return only' do
117
- binding.pry
118
expect(response).to have_http_status(:ok)
119
expect(response_json['data'].size).to eq(1)
120
expect(response_json['data'][0]).to have_id(third_user.id.to_s)
0 commit comments