Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit f609a40

Browse files
author
David Underwood
committed
Changes history file location to avoid failing tests
1 parent 7d7a07e commit f609a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dashing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
settings.sprockets.append_path path
1919
end
2020

21-
set server: 'thin', connections: [], history_file: 'tmp/history.yml'
21+
set server: 'thin', connections: [], history_file: 'history.yml'
2222

2323
# Persist history in tmp file at exit
2424
at_exit do

0 commit comments

Comments
 (0)