summaryrefslogtreecommitdiff
path: root/test/integration/actions_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/actions_test.rb')
-rw-r--r--test/integration/actions_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/actions_test.rb b/test/integration/actions_test.rb
index 52c1083..f3d3faa 100644
--- a/test/integration/actions_test.rb
+++ b/test/integration/actions_test.rb
@@ -3,7 +3,7 @@ require_relative '../test_helper.rb'
class ActionsTest < Tapicero::IntegrationTest
def setup
- assert_tapicero_running
+ TapiceroProcess.run_with_config("test/config.yaml")
create_user
end