spec: move out wrong nested context
parent
46530d5999
commit
71f31e09ea
|
@ -144,6 +144,7 @@ RSpec.describe Rating::Extension, ':order_by_rating' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
context 'filtering by :total' do
|
context 'filtering by :total' do
|
||||||
context 'as asc' do
|
context 'as asc' do
|
||||||
|
@ -180,7 +181,6 @@ RSpec.describe Rating::Extension, ':order_by_rating' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
context 'with other resource' do
|
context 'with other resource' do
|
||||||
it 'works' do
|
it 'works' do
|
||||||
|
|
Loading…
Reference in New Issue