Sha256: 784216eee71e97d98f5f46c91b256442fd3e7e1c21a1ad78c01af94833bf73bd

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

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

# 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

2 entries across 2 versions & 1 rubygems

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