Sha256: cffc502d5fa0d017ff3d785f91ce9328d2dec008e10804950dd8e135e0e27ac9

Contents?: true

Size: 433 Bytes

Versions: 10

Compression:

Stored size: 433 Bytes

Contents

require "bundler/setup"
require "rspec/autorun"

ENV["GUARD_ENV"] = "test"

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |file| require file }

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

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
guard-lono-1.0.1 spec/spec_helper.rb
guard-lono-1.0.0 spec/spec_helper.rb
guard-rna-0.0.4 spec/spec_helper.rb
guard-rna-0.0.3 spec/spec_helper.rb
guard-lono-0.0.2 spec/spec_helper.rb
guard-lono-0.0.1 spec/spec_helper.rb
guard-rna-0.0.2 spec/spec_helper.rb
guard-rna-0.0.1 spec/spec_helper.rb
guard-cloudformation-0.0.3 spec/spec_helper.rb
guard-cloudformation-0.0.2 spec/spec_helper.rb