Sha256: 92fc275157ba5eda9e5fd19a63f97f3adf38125dc4bcd51fb7b9f0bf336b646c
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
require 'coveralls' Coveralls.wear! 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 config.after :each do ActiveRecord::Base.descendants.each do |model| model.method(:delete_all).call end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crypt_keeper-0.15.0.pre | spec/spec_helper.rb |