Sha256: ef57fe32016ccbc4b7dc4f46aa14cdb48ebf392ab1d194eb4461b3b811b7d355

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

require 'rspec'
require 'pry'
$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)

RSpec.configure do |config|
  config.before(:each) do
    @lib_dir = File.expand_path('../../lib', __FILE__)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boot_polish-0.0.1 spec/spec_helper.rb