Sha256: 33de8c22185fdd418b7982ccbc3827cb18e1b414c4bf200f22d63559fa241740
Contents?: true
Size: 388 Bytes
Versions: 6
Compression:
Stored size: 388 Bytes
Contents
require 'test_helper' require 'hashie/version' class Elasticsearch::Model::HashWrapperTest < Test::Unit::TestCase context "The HashWrapper class" do should "not print the warning for re-defined methods" do Hashie.logger.expects(:warn).never subject = Elasticsearch::Model::HashWrapper.new(:foo => 'bar', :sort => true) end if Hashie::VERSION >= '3.5.3' end end
Version data entries
6 entries across 6 versions & 1 rubygems