spec/spec_app/app/responses/other_response.rb in praxis-2.0.pre.18 vs spec/spec_app/app/responses/other_response.rb in praxis-2.0.pre.19
- old
+ new
@@ -1,6 +1,6 @@
+# frozen_string_literal: true
+
class OtherResponse < Praxis::Response
self.response_name = :other_response
self.status = 200
-
end
-