Sha256: 7fdb53b689ad4d2f659323e29b0bdf30b18d70bf3e0e66642733383c4561185c
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
require 'one_password' require 'csv' SPEC_ROOT = Pathname.new(File.dirname(__FILE__)) PLAIN_PASSWORDS = CSV.read(SPEC_ROOT.join('fixtures/1Password.tsv'), col_sep: "\t", headers: :first_col) MASTER_PASSWORD = '1Password' #noinspection RubyResolve 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 config.order = 'random' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
one_password-0.0.2 | spec/spec_helper.rb |
one_password-0.0.1 | spec/spec_helper.rb |