Sha256: 96e0fef003305cc9c36a130d6438f6b0784bc59dba1ae82a5c5ea8bc559eef4f

Contents?: true

Size: 280 Bytes

Versions: 23

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Azeroth::RequestHandler::New do
  describe '#process' do
    it_behaves_like 'a request handler' do
      let(:document)          { create(:document) }
      let(:expected_resource) { Document.new }
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
azeroth-1.0.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.10.1 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.10.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.9.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.8.2 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.8.1 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.8.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.7.4 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.7.3 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.7.2 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.7.1 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.7.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.5 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.4 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.3 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.2 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.1 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.6.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.5.0 spec/lib/azeroth/request_handler/new_spec.rb
azeroth-0.4.0 spec/lib/azeroth/request_handler/new_spec.rb