Sha256: 93b8f5711c93c2fa17513b960d023fd9de804d842baa9d0186c3684821ed7c11
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'rubygems' require 'ticketmaster' require 'ticketmaster-rally' require 'rspec' require 'vcr' require 'vcr_setup' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ticketmaster-rally-0.2.4 | spec/spec_helper.rb |
ticketmaster-rally-0.2.3 | spec/spec_helper.rb |
ticketmaster-rally-0.2.2 | spec/spec_helper.rb |