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