Sha256: 2546d3831ae1830481b9e680663cba5e3fa6eff87ddcc7a53d07118bf8019181

Contents?: true

Size: 328 Bytes

Versions: 11

Compression:

Stored size: 328 Bytes

Contents

require 'crypt_keeper_providers'

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

11 entries across 11 versions & 1 rubygems

Version Path
crypt_keeper_providers-0.5.2 spec/spec_helper.rb
crypt_keeper_providers-0.5.1 spec/spec_helper.rb
crypt_keeper_providers-0.5.0 spec/spec_helper.rb
crypt_keeper_providers-0.4.0 spec/spec_helper.rb
crypt_keeper_providers-0.3.0 spec/spec_helper.rb
crypt_keeper_providers-0.2.0 spec/spec_helper.rb
crypt_keeper_providers-0.1.0 spec/spec_helper.rb
crypt_keeper_providers-0.0.4 spec/spec_helper.rb
crypt_keeper_providers-0.0.3 spec/spec_helper.rb
crypt_keeper_providers-0.0.2 spec/spec_helper.rb
crypt_keeper_providers-0.0.1 spec/spec_helper.rb