Sha256: 0a90f9a4805d35a2712a74bff1481b207c36238a85d759ea7ae48fc3f0970f9e

Contents?: true

Size: 432 Bytes

Versions: 19

Compression:

Stored size: 432 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'paraphraser'

class Test::Unit::TestCase
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
paraphraser-1.0.4 test/helper.rb
paraphraser-1.0.3 test/helper.rb
paraphraser-1.0.2 test/helper.rb
paraphraser-1.0.0 test/helper.rb
paraphraser-0.2.3 test/helper.rb
paraphraser-0.2.2 test/helper.rb
paraphraser-0.2.1 test/helper.rb
paraphraser-0.2.0 test/helper.rb
paraphraser-0.1.10 test/helper.rb
paraphraser-0.1.9 test/helper.rb
paraphraser-0.1.8 test/helper.rb
paraphraser-0.1.7 test/helper.rb
paraphraser-0.1.6 test/helper.rb
paraphraser-0.1.5 test/helper.rb
paraphraser-0.1.4 test/helper.rb
paraphraser-0.1.3 test/helper.rb
paraphraser-0.1.2 test/helper.rb
paraphraser-0.1.1 test/helper.rb
paraphraser-0.1.0 test/helper.rb