Sha256: 1a42037065e9f1a42bf0a878c2d0378e8d5a84bfbb40f313274cc6587736dcfb
Contents?: true
Size: 606 Bytes
Versions: 4
Compression:
Stored size: 606 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'capistrano/all' require 'capistrano/setup' load 'capistrano_deploy_stubs.rake' require 'slackistrano' require 'slackistrano/capistrano' require 'rspec' # 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.order = 'random' config.filter_run :focus config.run_all_when_everything_filtered = true config.fail_fast = 1 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
slackistrano-3.0.1 | spec/spec_helper.rb |
slackistrano-3.0.0 | spec/spec_helper.rb |
slackistrano-2.0.1 | spec/spec_helper.rb |
slackistrano-2.0.0 | spec/spec_helper.rb |