Sha256: f27431a2071efc05c00de12e69611cb4deb9c0769300d6900db61caf8e590b7e

Contents?: true

Size: 355 Bytes

Versions: 10

Compression:

Stored size: 355 Bytes

Contents

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

# 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

10 entries across 10 versions & 1 rubygems

Version Path
tsafe-0.0.11 spec/spec_helper.rb
tsafe-0.0.10 spec/spec_helper.rb
tsafe-0.0.9 spec/spec_helper.rb
tsafe-0.0.6 spec/spec_helper.rb
tsafe-0.0.5 spec/spec_helper.rb
tsafe-0.0.4 spec/spec_helper.rb
tsafe-0.0.3 spec/spec_helper.rb
tsafe-0.0.2 spec/spec_helper.rb
tsafe-0.0.1 spec/spec_helper.rb
tsafe-0.0.0 spec/spec_helper.rb