ruby/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
2022-12-15 19:06:40 +09:00

9 lines
175 B
Ruby

# frozen_string_literal: true
require_relative "endpoint_fallback"
class EndpointMarshalFail < EndpointFallback
get "/api/v1/dependencies" do
"f0283y01hasf"
end
end