summaryrefslogtreecommitdiff
path: root/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb')
-rw-r--r--spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb b/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
new file mode 100644
index 0000000000..c409d39d99
--- /dev/null
+++ b/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require_relative "endpoint_fallback"
+
+class EndpointMarshalFail < EndpointFallback
+ get "/api/v1/dependencies" do
+ "f0283y01hasf"
+ end
+end