summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSven Dahlstrand <sven@limepark.se>2015-04-29 23:59:40 +0200
committerSven Dahlstrand <sven@limepark.se>2015-04-29 23:59:40 +0200
commit5c4e62f0987bd900d0f2c510bb3cb9f35bfd28a7 (patch)
tree53cafb588c4e66c892d5450954e6984e8233352c /test
parent66cd2039a3397387cd5399d65a415ceb53a12a32 (diff)
Set public folder setting for generated project.
Diffstat (limited to 'test')
-rw-r--r--test/app_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app_test.rb b/test/app_test.rb
index 4acb27a..0ac66d0 100644
--- a/test/app_test.rb
+++ b/test/app_test.rb
@@ -152,6 +152,7 @@ class AppTest < Dashing::Test
cli.stubs(:source_paths).returns([source_path])
silent { cli.new 'new_project' }
+ app.settings.public_folder = File.join(dir, 'new_project/public')
app.settings.views = File.join(dir, 'new_project/dashboards')
app.settings.root = File.join(dir, 'new_project')
yield app.settings.root