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