Sha256: 484d579e944f6eb72fe2e076acaafb385002006a41bbb0144a59422504d68c8d
Contents?: true
Size: 450 Bytes
Versions: 3
Compression:
Stored size: 450 Bytes
Contents
require "bundler" Bundler.setup # get the calculated gem and bundle in the test group require "oldbill" Bundler.require(:test) Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} Rspec.configure do |config| config.before(:suite) do raise Exception, "You need to set you old bill mate" unless ENV["OLD_BILL_USERNAME"] && ENV["OLD_BILL_PASSWORD"] end config.before(:each) do end config.mock_with :rspec end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oldbill-0.0.3 | spec/spec_helper.rb |
oldbill-0.0.2 | spec/spec_helper.rb |
oldbill-0.0.1 | spec/spec_helper.rb |