Sha256: 13fd73f8101a502409539ae27f1c27526bb78b18a7edefdef6ca64af012c9f3c

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

ENV['RUBY_ENV'] ||= 'test'

require 'guard/cane'

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
  config.order = :random
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
guard-cane-0.2.0 spec/spec_helper.rb
guard-cane-0.1.4 spec/spec_helper.rb
guard-cane-0.1.3 spec/spec_helper.rb
guard-cane-0.1.2 spec/spec_helper.rb
guard-cane-0.1.1 spec/spec_helper.rb
guard-cane-0.1.0 spec/spec_helper.rb
guard-cane-0.1.0.pre spec/spec_helper.rb