Sha256: 917847ca97cb3ecc71dfac8c4280a79820430a44df6240a8d606a4daa9f06e63
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
# encoding: utf-8 begin require "hexx-suit" Hexx::Suit.load_metrics_for(self) rescue LoadError require "hexx-rspec" Hexx::RSpec.load_metrics_for(self) end # Loads the code under test require "abstract_mapper" RSpec.configure do |config| config.around do |example| class AbstractMapper::Test; end example.run AbstractMapper.send :remove_const, :Test end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
abstract_mapper-0.0.1 | spec/spec_helper.rb |