Sha256: b8a53d04faa046a6b8e8e0d978aab55b351918525e209207bdc88b7fda33aec4

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

require "rspec"
require "pry"

require "pymn"
$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
$:.unshift File.expand_path('../../integration', __FILE__)

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pymn-0.0.2 spec/spec_helper.rb
pymn-0.0.1 spec/spec_helper.rb