spec/support/fixtures.rb in restpack_service-0.0.77 vs spec/support/fixtures.rb in restpack_service-0.0.78
- old
+ new
@@ -7,12 +7,17 @@
module Serializers
class Text
end
end
+ module Base
+ class Command < RestPack::Service::Command
+ end
+ end
+
module Commands
module Text
- class Reverse < RestPack::Service::Command
+ class Reverse < Base::Command
required do
string :text
end
def execute