mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Easier helper for filtering secured categories
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user