Sha256: 9c8e9ea763465a2cd95fe1efe7a68bfbe37827916cc8b7f99392f9723009abd9

Contents?: true

Size: 504 Bytes

Versions: 8

Compression:

Stored size: 504 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'capistrano/all'
require 'rspec'
require 'mocha/api'

# 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|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.mock_framework = :mocha
  config.order = 'random'
end

Version data entries

8 entries across 6 versions & 2 rubygems

Version Path
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/capistrano-3.2.1/spec/spec_helper.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/capistrano-3.2.1/spec/spec_helper.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/capistrano-3.2.1/spec/spec_helper.rb
capistrano-3.2.1 spec/spec_helper.rb
capistrano-3.2.0 spec/spec_helper.rb
capistrano-3.1.0 spec/spec_helper.rb
capistrano-3.0.1 spec/spec_helper.rb
capistrano-3.0.0 spec/spec_helper.rb