Sha256: 6420cd7fc47b21bd497ad00e24966376c5acd9711d7514137b6ed3c4416ab23d

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

require 'r10k'

PROJECT_ROOT = File.expand_path('..', File.dirname(__FILE__))

RSpec.configure do |config|
  # Filter out integration tests by default
  #
  # To run integration tests, run `rspec --tag integration`
  config.filter_run_excluding :integration => true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
r10k-1.1.4 spec/spec_helper.rb
r10k-1.1.3 spec/spec_helper.rb
r10k-1.1.2 spec/spec_helper.rb
r10k-1.1.1 spec/spec_helper.rb
r10k-1.1.1rc1 spec/spec_helper.rb
r10k-1.1.0 spec/spec_helper.rb
r10k-1.1.0rc1 spec/spec_helper.rb