Fix tests in glitch-soc
parent
29124990a2
commit
af6ca96a4e
|
@ -10,7 +10,8 @@ RSpec.describe ApplicationHelper do
|
||||||
it 'uses the controller body classes in the result' do
|
it 'uses the controller body classes in the result' do
|
||||||
expect(helper.body_classes)
|
expect(helper.body_classes)
|
||||||
.to match(/modal-layout compose-standalone/)
|
.to match(/modal-layout compose-standalone/)
|
||||||
.and match(/theme-default/)
|
.and match(/flavour-glitch/)
|
||||||
|
.and match(/skin-default/)
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes values set via content_for' do
|
it 'includes values set via content_for' do
|
||||||
|
|
Loading…
Reference in New Issue