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