Sha256: 9d9c667d983bca0c272ee6a8ddf10a82ee03f6af96b71e4c36dbd8e4fe04be27

Contents?: true

Size: 222 Bytes

Versions: 8

Compression:

Stored size: 222 Bytes

Contents

require "rock_config"

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

8 entries across 8 versions & 1 rubygems

Version Path
rock_config-0.0.7 spec/spec_helper.rb
rock_config-0.0.6 spec/spec_helper.rb
rock_config-0.0.5 spec/spec_helper.rb
rock_config-0.0.4 spec/spec_helper.rb
rock_config-0.0.3 spec/spec_helper.rb
rock_config-0.0.2 spec/spec_helper.rb
rock_config-0.0.1 spec/spec_helper.rb
rock_config-0.0.0 spec/spec_helper.rb