Sha256: 28b745ea8d7fbc9d67661465b1f44ab02ba214f54dbed10271cc4e9600135347

Contents?: true

Size: 362 Bytes

Versions: 8

Compression:

Stored size: 362 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'smart_monkey'

# 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|
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smart_monkey-0.5.0 spec/spec_helper.rb
smart_monkey-0.4.2 spec/spec_helper.rb
smart_monkey-0.4.1 spec/spec_helper.rb
smart_monkey-0.3 spec/spec_helper.rb
smart_monkey-0.2.1 spec/spec_helper.rb
smart_monkey-0.2 spec/spec_helper.rb
smart_monkey-0.1.2 spec/spec_helper.rb
smart_monkey-0.1 spec/spec_helper.rb