Sha256: cd3e06835f4bdb3d01af6e0f8eee866610f258621d97be1b1b542f71945a419c

Contents?: true

Size: 437 Bytes

Versions: 18

Compression:

Stored size: 437 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems'
  gem 'rspec'
  require 'spec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/../trinidad-libs')
$:.unshift(File.dirname(__FILE__) + '/fixtures')

require 'java'
require 'trinidad'
require 'mocha'

Spec::Runner.configure do |config|
  config.mock_with :mocha
end

MOCK_WEB_APP_DIR = File.join(File.dirname(__FILE__), 'web_app_mock')

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
trinidad_jars-0.3.2 spec/spec_helper.rb
trinidad-0.9.6 spec/spec_helper.rb
trinidad_jars-0.3.1 spec/spec_helper.rb
trinidad-0.9.5 spec/spec_helper.rb
trinidad-0.9.4 spec/spec_helper.rb
trinidad-0.9.3 spec/spec_helper.rb
trinidad_jars-0.3.0 spec/spec_helper.rb
trinidad_jars-0.3.0.beta spec/spec_helper.rb
trinidad-0.9.2 spec/spec_helper.rb
trinidad-0.9.1 spec/spec_helper.rb
trinidad-0.9.0 spec/spec_helper.rb
trinidad_jars-0.2.0 spec/spec_helper.rb
trinidad-0.8.3 spec/spec_helper.rb
trinidad-0.8.2 spec/spec_helper.rb
trinidad-0.8.1 spec/spec_helper.rb
trinidad_jars-0.1.1 spec/spec_helper.rb
trinidad-0.8.0 spec/spec_helper.rb
trinidad_jars-0.1.0 spec/spec_helper.rb