Sha256: 712cbfc6e0c2929084a608dbc59ce0d910344f83251aa6f21c96448e4ba605a8

Contents?: true

Size: 367 Bytes

Versions: 13

Compression:

Stored size: 367 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'heroku_deployment'

# 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

13 entries across 13 versions & 1 rubygems

Version Path
heroku_deployment-0.0.9 spec/spec_helper.rb
heroku_deployment-0.0.8 spec/spec_helper.rb
heroku_deployment-0.0.7 spec/spec_helper.rb
heroku_deployment-0.0.13 spec/spec_helper.rb
heroku_deployment-0.0.11 spec/spec_helper.rb
heroku_deployment-0.0.10 spec/spec_helper.rb
heroku_deployment-0.0.0 spec/spec_helper.rb
heroku_deployment-0.0.6 spec/spec_helper.rb
heroku_deployment-0.0.5 spec/spec_helper.rb
heroku_deployment-0.0.4 spec/spec_helper.rb
heroku_deployment-0.0.3 spec/spec_helper.rb
heroku_deployment-0.0.2 spec/spec_helper.rb
heroku_deployment-0.0.1 spec/spec_helper.rb