Sha256: 15bcfe99853e7359104ef45230b778e8129a793a918d27331d5a89bf1843945b
Contents?: true
Size: 372 Bytes
Versions: 4
Compression:
Stored size: 372 Bytes
Contents
require 'coveralls' Coveralls.wear! require 'pathname' ROOT = Pathname.new(File.expand_path('../../', __FILE__)) $:.unshift((ROOT + 'lib').to_s) $:.unshift((ROOT + 'spec').to_s) ENV['DELIVER_USER'] = "xcode-install" ENV['DELIVER_PASSWORD'] = "12345password" require 'bundler/setup' require 'bacon' require 'mocha-on-bacon' require 'pretty_bacon' require 'xcode/install'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
xcode-install-0.3.0 | spec/spec_helper.rb |
xcode-install-0.2.0 | spec/spec_helper.rb |
xcode-install-0.1.1 | spec/spec_helper.rb |
xcode-install-0.1.0 | spec/spec_helper.rb |