Sha256: b31e89059234453b9d60663f9d769cd8bd897ac63fb461194bba8021e8f1dc1a

Contents?: true

Size: 421 Bytes

Versions: 8

Compression:

Stored size: 421 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'shelr'
require "rubygems"
require "bundler/setup"

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.mock_with :mocha
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shelr-0.11.2 spec/spec_helper.rb
shelr-0.11.1 spec/spec_helper.rb
shelr-0.11.0 spec/spec_helper.rb
shelr-0.10.0 spec/spec_helper.rb
shelr-0.9.10 spec/spec_helper.rb
shelr-0.9.9 spec/spec_helper.rb
shelr-0.9.8 spec/spec_helper.rb
shelr-0.9.7 spec/spec_helper.rb