spec/support/fixtures.rb in restpack_service-0.0.68 vs spec/support/fixtures.rb in restpack_service-0.0.69

- old
+ new

@@ -9,11 +9,11 @@ end end module Commands module Text - class Reverse < RestPack::Command + class Reverse < RestPack::Service::Command required do string :text end def execute @@ -25,10 +25,10 @@ end module Commands module Math - class Add < RestPack::Command + class Add < RestPack::Service::Command required do integer :a integer :b end