spec/support/fixtures/mock_app.rb in cuboid-0.0.5 vs spec/support/fixtures/mock_app.rb in cuboid-0.1.0

- old
+ new

@@ -19,10 +19,10 @@ handler_for :abort, :do_abort # RPC, report and snapshot file. serialize_with Marshal - dispatcher_service_for :test_service, TestService + agent_service_for :test_service, TestService # Execution entry point. def run ap __method__ report 'My results.'