Remove "pending" from passing tests

This commit is contained in:
Steve Richert 2016-08-26 13:19:17 -04:00
parent e16c18ba01
commit 9340582092
2 changed files with 0 additions and 3 deletions

View File

@ -274,8 +274,6 @@ module Ransack
end
describe '#ransackable_associations' do
before { pending "not implemented for mongoid" }
subject { Person.ransackable_associations }
it { should include 'parent' }

View File

@ -433,7 +433,6 @@ module Ransack
end
context 'with joins' do
before { pending 'not implemented for mongoid' }
it 'allows chaining to access nested conditions' do
@s.groupings = [
{ :m => 'or', :name_eq => 'Ernie', :children_name_eq => 'Ernie' }