Sha256: 1634ff3c939d93422e8e6fa3d2be58259e408324a4d3a0113c5976ac0eaf8b7e

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'muzang'
require 'em-ventually/rspec'
require 'ostruct'

# 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

4 entries across 4 versions & 1 rubygems

Version Path
muzang-1.1.2 spec/spec_helper.rb
muzang-1.1.1 spec/spec_helper.rb
muzang-1.0.1 spec/spec_helper.rb
muzang-1.0.0 spec/spec_helper.rb