Fix Lint/EmptyBlock
cop (#27748)
This commit is contained in:
parent
b06284c572
commit
cfa14ec6d1
7 changed files with 6 additions and 19 deletions
|
@ -60,7 +60,7 @@ RSpec.describe UserRole do
|
|||
end
|
||||
|
||||
describe '#permissions_as_keys=' do
|
||||
let(:input) {}
|
||||
let(:input) { nil }
|
||||
|
||||
before do
|
||||
subject.permissions_as_keys = input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue