Sha256: 286cffa63be71612666659b0da7bb9649f0203a052b788b55fff5278fe7df4e3
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
require 'simplecov' SimpleCov.start require 'rubygems' require 'rspec' require 'pp' # See https://github.com/fakefs/fakefs/issues/99 require 'pry-byebug' require 'fakefs/spec_helpers' Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f } ENV['ID_RSA']="id_rsa" ENV['REPO_DIR']="foo" require 'github_bitbucket_deployer' RSpec.configure do |config| config.order = "random" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
github_bitbucket_deployer-1.0.1 | spec/spec_helper.rb |
github_bitbucket_deployer-1.0.0 | spec/spec_helper.rb |