spec/support/test_service.rb in riveter-0.0.3 vs spec/support/test_service.rb in riveter-0.0.4

- old
+ new

@@ -2 +1,3 @@ +require_relative 'test_command' + class TestService < Riveter::Service::Base end