Fix mistake in previous commit

This commit is contained in:
Jon Atack 2015-07-26 21:07:33 +02:00
parent d296caa840
commit 1d28118765
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Ransack
context 'with scopes' do
before do
allow(Person).to receive_messages(
ransackable_scopes: [:active, :over_age, :of_age]
ransackable_scopes: [:active, :over_age]
)
end