summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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 69e57c9..0032165 100644
--- a/test/app_test.rb
+++ b/test/app_test.rb
@@ -1,5 +1,6 @@
require 'test_helper'
require File.expand_path('../../lib/dashing', __FILE__)
+Sinatra::Application.settings.history_file = File.join(Dir.tmpdir, 'history.yml')
class AppTest < Dashing::Test
def setup