features/step_definitions/app_steps.rb in cumuli-0.3.4 vs features/step_definitions/app_steps.rb in cumuli-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ Given(/^the app suite is loaded$/) do - @app = Cumuli::App.new({ + @app = Cumuli::Spawner::App.new({ env: 'test', wait_time: 5, log_dir: File.dirname(__FILE__) + "/../../spec/fixtures/log", app_dir: File.dirname(__FILE__) + "/../../spec/fixtures/app_set" })