Sha256: 7e5afdf34068099bec9c8143f13d95c280c50cfd2db3900ecfff7dc6b9acac6d

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

require 'coveralls'
Coveralls.wear!
require 'crypt_keeper'

SPEC_ROOT = Pathname.new File.expand_path File.dirname __FILE__
Dir[SPEC_ROOT.join('support/*.rb')].each{|f| require f }

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

5 entries across 5 versions & 1 rubygems

Version Path
crypt_keeper-0.14.0.pre spec/spec_helper.rb
crypt_keeper-0.13.1 spec/spec_helper.rb
crypt_keeper-0.13.0 spec/spec_helper.rb
crypt_keeper-0.12.0 spec/spec_helper.rb
crypt_keeper-0.11.0 spec/spec_helper.rb