Skip to content

Commit 1499c00

Browse files
committed
Fix another test to deal with changed default site.
1 parent 9bc0db9 commit 1499c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/app_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get! *args
5656
end
5757

5858
it "has a default site" do
59-
assert { true_app.default_site == "installfest" }
59+
assert { true_app.default_site == "docs" }
6060
end
6161

6262
describe "settings" do

0 commit comments

Comments
 (0)