summaryrefslogtreecommitdiff
path: root/spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
blob: c409d39d99064c40e226130274f54fddf26d6c17 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require_relative "endpoint_fallback"

class EndpointMarshalFail < EndpointFallback
  get "/api/v1/dependencies" do
    "f0283y01hasf"
  end
end