Sha256: 5e7d961c47e5188686ef1e106b5f9c234886dcb2091538c6810ae3a01de45ba5
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus end require 'capistrano' require 'capistrano-spec' require 'capistrano/cloudflare' require 'webmock/rspec' WebMock.disable_net_connect!(:allow_localhost => true)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capistrano-cloudflare-1.0.0 | spec/spec_helper.rb |
capistrano-cloudflare-0.0.2 | spec/spec_helper.rb |