Sha256: 6435063e81d6fc19e61a30fa008789a344110ed1cdd6d305c261f0cfd2d4ab9d

Contents?: true

Size: 229 Bytes

Versions: 12

Compression:

Stored size: 229 Bytes

Contents

if ENV['COVERAGE']
  raise "simplecov only works on 1.9" unless RUBY_PLATFORM >= "1.9"
  require 'simplecov'
  SimpleCov.start {
    add_filter "spec/"
  }
end


$:.unshift File.expand_path("../lib", __FILE__)
require 'vnctools'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vnctools-0.1.1 spec/spec_helper.rb
vnctools-0.1.0 spec/spec_helper.rb
vnctools-0.0.9 spec/spec_helper.rb
vnctools-0.0.9.pre1 spec/spec_helper.rb
vnctools-0.0.8 spec/spec_helper.rb
vnctools-0.0.7 spec/spec_helper.rb
vnctools-0.0.6 spec/spec_helper.rb
vnctools-0.0.5 spec/spec_helper.rb
vnctools-0.0.4 spec/spec_helper.rb
vnctools-0.0.3 spec/spec_helper.rb
vnctools-0.0.2 spec/spec_helper.rb
vnctools-0.0.1 spec/spec_helper.rb