lint
parent
c91d7dc150
commit
2af3187190
|
@ -81,7 +81,7 @@ RSpec.describe Rating::Rate, ':rate_for' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when matches all attributes but at least one extra scopes' do
|
context 'when matches all attributes but at least one extra scopes' do
|
||||||
let!(:record) do
|
before do
|
||||||
described_class.create(
|
described_class.create(
|
||||||
author: author,
|
author: author,
|
||||||
extra_scopes: { scope_1: 'scope_1', scope_2: 'scope_2' },
|
extra_scopes: { scope_1: 'scope_1', scope_2: 'scope_2' },
|
||||||
|
|
Loading…
Reference in New Issue