spec/spec_helper.rb in xcode-install-0.0.3 vs spec/spec_helper.rb in xcode-install-0.1.0
- old
+ new
@@ -4,9 +4,12 @@
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'
\ No newline at end of file