Sha256: 63ddda0a7c8f9659e6aee8b1f1c8a0b7bafc1fa082d58ad86e62b06c111651fc

Contents?: true

Size: 362 Bytes

Versions: 15

Compression:

Stored size: 362 Bytes

Contents

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

require 'rspec'
require 'totally_lazy'

# 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

15 entries across 15 versions & 1 rubygems

Version Path
totally_lazy-0.1.22 spec/spec_helper.rb
totally_lazy-0.1.21 spec/spec_helper.rb
totally_lazy-0.1.20 spec/spec_helper.rb
totally_lazy-0.1.19 spec/spec_helper.rb
totally_lazy-0.1.18 spec/spec_helper.rb
totally_lazy-0.1.17 spec/spec_helper.rb
totally_lazy-0.1.16 spec/spec_helper.rb
totally_lazy-0.1.15 spec/spec_helper.rb
totally_lazy-0.1.14 spec/spec_helper.rb
totally_lazy-0.1.13 spec/spec_helper.rb
totally_lazy-0.1.12 spec/spec_helper.rb
totally_lazy-0.1.11 spec/spec_helper.rb
totally_lazy-0.1.10 spec/spec_helper.rb
totally_lazy-0.1.9 spec/spec_helper.rb
totally_lazy-0.1.0 spec/spec_helper.rb