Sha256: 71c1434fc5dc6ea7ea828800fc9e282ec7c2867a272e123d2c028162e73a5572

Contents?: true

Size: 411 Bytes

Versions: 4

Compression:

Stored size: 411 Bytes

Contents

$:.unshift File.expand_path('..', File.dirname(__FILE__))
ENV['LOOKSEE_METHOD'] = nil

require 'rspec'
require 'looksee'

require 'rbconfig'
require 'set'
require 'fileutils'

ROOT = File.expand_path('..', File.dirname(__FILE__))

Dir['spec/support/*.rb'].each do |path|
  require path
end

NATIVE_ADAPTER = Looksee.adapter

RSpec.configure do |config|
  config.before { Looksee.adapter = TestAdapter.new }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
looksee-2.1.0-universal-java-1.6 spec/spec_helper.rb
looksee-2.1.0 spec/spec_helper.rb
looksee-2.0.0-universal-java-1.6 spec/spec_helper.rb
looksee-2.0.0 spec/spec_helper.rb