Sha256: 3eada3d0873cac98c57c84a96161b594acf9cec6afb1fcfad827a0cbfa7eb75a
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
require 'rubygems' require 'test/unit' require 'shoulda' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'ext', 'bert', 'c')) load 'bert.rb' puts "Using #{BERT::Decode.impl} implementation."
Version data entries
5 entries across 5 versions & 3 rubygems
Version | Path |
---|---|
bert-1.1.6 | test/test_helper.rb |
schmurfy-bert-1.2.3 | test/test_helper.rb |
bert-1.1.2-java | test/test_helper.rb |
schleyfox-bert-1.1.2 | test/test_helper.rb |
bert-1.1.2 | test/test_helper.rb |