Sha256: b92a6def00ed3bdec674b1ab282c7d6eef110311a64664720290221cd3a0a8a7
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'vamp' include Vamp # we want to be able to test protected or private methods RSpec.configure do |config| config.before(:each) do described_class.send(:public, *described_class.protected_instance_methods) described_class.send(:public, *described_class.private_instance_methods) end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
vamp-0.2.0 | spec/spec_helper.rb |
vamp-0.1.8 | spec/spec_helper.rb |
vamp-0.1.7 | spec/spec_helper.rb |
vamp-0.1.6 | spec/spec_helper.rb |
vamp-0.1.5 | spec/spec_helper.rb |
vamp-0.1.4 | spec/spec_helper.rb |