Sha256: 64fa8797529f9c38677c0a196efc2a70570523b4532b1fa43031715e4f2115d4

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

require File.expand_path('spec_helper', File.join(File.dirname(__FILE__), '..'))

shared_examples_for 'session proxy' do
  Sunspot::Session.public_instance_methods(false).each do |method|
    it "should respond to #{method.inspect}" do
      expect(@proxy).to respond_to(method)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sunspot-2.7.1 spec/api/session_proxy/spec_helper.rb
sunspot-2.7.0 spec/api/session_proxy/spec_helper.rb
sunspot-2.6.0 spec/api/session_proxy/spec_helper.rb
sunspot-2.5.0 spec/api/session_proxy/spec_helper.rb
sunspot-2.4.0 spec/api/session_proxy/spec_helper.rb
sunspot-2.3.0 spec/api/session_proxy/spec_helper.rb
sunspot-2.2.8 spec/api/session_proxy/spec_helper.rb