Sha256: 8b4166eafd77ddc9ba33d97bb68dcb7df02c901af17334e2156dc0626acdfc07
Contents?: true
Size: 365 Bytes
Versions: 32
Compression:
Stored size: 365 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper") describe Searchlogic::CoreExt::Object do it "should accept and pass the argument to the searchlogic_options" do proc = searchlogic_lambda(:integer, :test => :value) {} proc.searchlogic_options[:type].should == :integer proc.searchlogic_options[:test].should == :value end end
Version data entries
32 entries across 32 versions & 7 rubygems