Sha256: 6a5b8d0d317f2d7132890497b2279ed3233149aba61c752615ac767f653ffba8

Contents?: true

Size: 432 Bytes

Versions: 16

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 'fn_document'

class Test::Unit::TestCase
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fn_document-0.9.18 test/helper.rb
fn_document-0.9.17 test/helper.rb
fn_document-0.9.16 test/helper.rb
fn_document-0.9.15 test/helper.rb
fn_document-0.9.14 test/helper.rb
fn_document-0.9.13 test/helper.rb
fn_document-0.9.12 test/helper.rb
fn_document-0.9.11 test/helper.rb
fn_document-0.9.10 test/helper.rb
fn_document-0.9.9 test/helper.rb
fn_document-0.9.8 test/helper.rb
fn_document-0.9.7 test/helper.rb
fn_document-0.9.6 test/helper.rb
fn_document-0.9.4 test/helper.rb
fn_document-0.9.3 test/helper.rb
fn_document-0.9.2 test/helper.rb