1
0
Fork 0

COMPATIBILITY: backwards compatibility for wizard spec

Dieser Commit ist enthalten in:
angusmcleod 2021-10-05 10:38:41 +08:00
Ursprung 76c2fd511c
Commit f13b017b83

Datei anzeigen

@ -199,7 +199,7 @@ describe CustomWizard::Wizard do
end
it "lists the site categories" do
Site.clear_cache
Site.clear_cache if Site.respond_to?(:clear_cache)
expect(@wizard.categories.length).to eq(1)
end