Sha256: be8189dda9495008c97f3a9e266550cbb9fee2f985c2dae1aaa41b34771b54bd
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'bundler/advise' include Bundler::Advise RSpec.configure do |c| c.expect_with(:rspec) { |co| co.syntax = :should } end require_relative 'fixture/advisories_fixture' require_relative 'fixture/bundler_fixture' def fixture_dir File.expand_path('../fixture', __FILE__) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bundler-advise-1.0.1 | spec/spec_helper.rb |