Sha256: b185f573a3a7bede125e7dd1116b15095f063f48dcf640f8f3297a1f78e8f26f

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

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

# 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
charwidth-0.1.3 spec/spec_helper.rb
charwidth-0.1.1 spec/spec_helper.rb