Sha256: be6867707af5bdd5e13114931eab42b0f2217bd5446f8b0c68894fb7eafb8598

Contents?: true

Size: 318 Bytes

Versions: 16

Compression:

Stored size: 318 Bytes

Contents

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

16 entries across 16 versions & 1 rubygems

Version Path
crypt_keeper-0.10.0.pre spec/spec_helper.rb
crypt_keeper-0.9.0.pre spec/spec_helper.rb
crypt_keeper-0.8.0 spec/spec_helper.rb
crypt_keeper-0.7.0 spec/spec_helper.rb
crypt_keeper-0.6.1 spec/spec_helper.rb
crypt_keeper-0.6.0 spec/spec_helper.rb
crypt_keeper-0.5.0 spec/spec_helper.rb
crypt_keeper-0.4.2 spec/spec_helper.rb
crypt_keeper-0.4.1 spec/spec_helper.rb
crypt_keeper-0.3.0 spec/spec_helper.rb
crypt_keeper-0.2.0 spec/spec_helper.rb
crypt_keeper-0.1.0 spec/spec_helper.rb
crypt_keeper-0.0.4 spec/spec_helper.rb
crypt_keeper-0.0.3 spec/spec_helper.rb
crypt_keeper-0.0.2 spec/spec_helper.rb
crypt_keeper-0.0.1 spec/spec_helper.rb