Remove 'binding.pry' from Mongoid test

This commit is contained in:
Jon Atack 2014-11-07 20:44:34 +01:00
parent c22ef3f4f9
commit 495f9b0c2e
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ module Ransack
it 'creates conditions for association attributes' do
search = Search.new(Person, :children_name_eq => 'Ernie')
condition = search.base[:children_name_eq]
binding.pry
expect(condition).to be_a Nodes::Condition
expect(condition.predicate.name).to eq 'eq'
expect(condition.attributes.first.name).to eq 'children_name'