Sha256: aa187783920dbdf03b4a4fbc869e9070baab20ee50068a7207ab71b665f0481b

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

SPEC_ROOT = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH << (SPEC_ROOT + '/../lib')

require 'rubygems'
require 'rr'
require 'spec'

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

require 'uaid'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
fivepointssolutions-uaid-0.0.0 spec/spec_helper.rb
fivepointssolutions-uaid-0.0.1 spec/spec_helper.rb
fivepointssolutions-uaid-0.1.0 spec/spec_helper.rb
fivepointssolutions-uaid-0.1.1 spec/spec_helper.rb
uaid-0.1.3 spec/spec_helper.rb