Easier helper for filtering secured categories

This commit is contained in:
Robin Ward
2015-02-12 11:52:59 -05:00
parent 5f8e604abc
commit e207ca36ee
4 changed files with 17 additions and 23 deletions

View File

@ -19,7 +19,7 @@ describe Guardian do
expect { Guardian.new }.not_to raise_error
end
it 'can be instantiaed with a user instance' do
it 'can be instantiated with a user instance' do
expect { Guardian.new(user) }.not_to raise_error
end