summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Underwood <david.underwood@jadedpixel.com>2013-06-21 11:42:17 -0400
committerDavid Underwood <david.underwood@jadedpixel.com>2013-06-21 11:42:17 -0400
commitf609a409637d9586814d5f37e9a060e89eab8382 (patch)
tree54aa91f2f103d180e194c8730720d704cf69f11c /lib
parent7d7a07e51bb65d0c98243cb71918515671749ff0 (diff)
Changes history file location to avoid failing tests
Diffstat (limited to 'lib')
-rw-r--r--lib/dashing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dashing.rb b/lib/dashing.rb
index 24b191c..34e2cb5 100644
--- a/lib/dashing.rb
+++ b/lib/dashing.rb
@@ -18,7 +18,7 @@ set :digest_assets, false
settings.sprockets.append_path path
end
-set server: 'thin', connections: [], history_file: 'tmp/history.yml'
+set server: 'thin', connections: [], history_file: 'history.yml'
# Persist history in tmp file at exit
at_exit do