Sha256: 4cff0be5dd03171c5fbc64b332015725adc490ada82279419edc825ebacb4b95
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 Bytes
Contents
require 'rspec' if RUBY_PLATFORM == 'java' require 'bundler/setup' $LOAD_PATH << File.expand_path('../../test_ext', __FILE__) else # enable running this against the kyotocabinet-ruby library for # compatibility testing. $LOAD_PATH.delete_if { |e| e =~ %r{kyotocabinet-java/lib} } $stderr.puts $LOAD_PATH.join("\n") end require 'kyotocabinet'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kyotocabinet-java-0.3.0-java | spec/spec_helper.rb |