Skip to content

Commit

Permalink
Remove 'binding.pry' from Mongoid test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Nov 7, 2014
1 parent c22ef3f commit 495f9b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/mongoid/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 495f9b0

Please sign in to comment.