Commit faabe29a authored by Ruben Davila's avatar Ruben Davila

Fix Rubocop complaint

parent 594a95f6
...@@ -428,10 +428,10 @@ describe License do ...@@ -428,10 +428,10 @@ describe License do
context 'with an expired trial license' do context 'with an expired trial license' do
it 'returns an empty Hash' do it 'returns an empty Hash' do
License.destroy_all described_class.destroy_all
create(:license, trial: true, expired: true) create(:license, trial: true, expired: true)
expect(License.current.add_ons).to be_empty expect(described_class.current.add_ons).to be_empty
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment