Sha256: 48f3bad9d73f750c4ec2c512ef48be0e88c71ab96150e744999938c5ef91136a

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'rubygems'
require 'rspec'
require 'rspec/autorun'

RSpec.configure do |config|
  config.order = "random"
end

ENV['GITHUB_REPO']="git@github.com:G5/static-sinatra-prototype.git"
ENV['HEROKU_API_KEY']="heroku_api_key"
ENV['HEROKU_APP_NAME']="static-sinatra-prototype"
ENV['HEROKU_REPO']="git@heroku.com:static-sinatra-prototype.git"
ENV['HEROKU_USERNAME']="heroku_username"
ENV['ID_RSA']="id_rsa"
ENV['PRIVATE_GITHUB_REPO']="git@github.com:g5search/g5-client-location.git"
ENV['PUBLIC_GITHUB_REPO']="git@github.com:G5/static-sinatra-prototype.git"
ENV['REPO_DIR']="foo"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_heroku_deployer-0.4.1 spec/spec_helper.rb
github_heroku_deployer-0.4.0 spec/spec_helper.rb
github_heroku_deployer-0.3.1 spec/spec_helper.rb
github_heroku_deployer-0.3.0 spec/spec_helper.rb