grape-swagger/spec/lib/endpoint_spec.rb

6 lines
151 B
Ruby

require 'spec_helper'
describe Grape::Endpoint do
subject { described_class.new(Grape::Util::InheritableSetting.new, path: '/', method: :get) }
end