Sha256: 778a309ccdcd456482251ad20e03625d86c76953c906d6735b2ece7b3386b638

Contents?: true

Size: 278 Bytes

Versions: 16

Compression:

Stored size: 278 Bytes

Contents

require 'pp'

$root = File.expand_path('../../', __FILE__)

require "#{$root}/lib/active_wrapper/gems"

ActiveWrapper::Gems.gemset = ENV['GEMSET'] if ENV['GEMSET']
ActiveWrapper::Gems.activate :rspec

require "#{$root}/lib/active_wrapper"

Spec::Runner.configure do |config|
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
active_wrapper-solo-0.4.9 spec/spec_helper.rb
active_wrapper-ar2-0.4.9 spec/spec_helper.rb
active_wrapper-0.4.9 spec/spec_helper.rb
active_wrapper-0.4.7 spec/spec_helper.rb
active_wrapper-solo-0.4.6 spec/spec_helper.rb
active_wrapper-ar2-0.4.6 spec/spec_helper.rb
active_wrapper-0.4.6 spec/spec_helper.rb
active_wrapper-solo-0.4.5 spec/spec_helper.rb
active_wrapper-ar2-0.4.5 spec/spec_helper.rb
active_wrapper-0.4.5 spec/spec_helper.rb
active_wrapper-solo-0.4.4 spec/spec_helper.rb
active_wrapper-ar2-0.4.4 spec/spec_helper.rb
active_wrapper-0.4.4 spec/spec_helper.rb
active_wrapper-solo-0.4.3 spec/spec_helper.rb
active_wrapper-ar2-0.4.3 spec/spec_helper.rb
active_wrapper-0.4.3 spec/spec_helper.rb