Sha256: f6b703f4d64fc70515acf600df9fa83105bfb8a1888ef94162211b6c002417b0

Contents?: true

Size: 251 Bytes

Versions: 16

Compression:

Stored size: 251 Bytes

Contents

require File.expand_path '../../lib/vx/common', __FILE__

Bundler.require(:test)

require 'rspec/autorun'

Dir[File.expand_path("../..", __FILE__) + "/spec/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.mock_with :rr
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
vx-common-0.4.0 spec/spec_helper.rb
vx-common-0.3.2 spec/spec_helper.rb
vx-common-0.3.1 spec/spec_helper.rb
vx-common-0.3.0 spec/spec_helper.rb
vx-common-0.2.1 spec/spec_helper.rb
vx-common-0.2.0.pre38 spec/spec_helper.rb
vx-common-0.2.0.pre37 spec/spec_helper.rb
vx-common-0.2.0.pre36 spec/spec_helper.rb
vx-common-0.2.0.pre35 spec/spec_helper.rb
vx-common-0.2.0.pre34 spec/spec_helper.rb
vx-common-0.2.0.pre33 spec/spec_helper.rb
vx-common-0.2.0.pre32 spec/spec_helper.rb
vx-common-0.2.0.pre31 spec/spec_helper.rb
vx-common-0.2.0.pre30 spec/spec_helper.rb
vx-common-0.2.0.pre29 spec/spec_helper.rb
vx-common-0.2.0.pre28 spec/spec_helper.rb