Sha256: f487d9cc4cfdbd9a8ad95b942d33b78067316cd09a6bb1b375bebefcf2f4c9eb

Contents?: true

Size: 569 Bytes

Versions: 15

Compression:

Stored size: 569 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'simplecov'

SimpleCov.configure do
  load_profile 'test_frameworks'
end

ENV["COVERAGE"] && SimpleCov.start do
  add_filter "/.rvm/"
  add_filter "parallel"
end
$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.0.20 spec/spec_helper.rb
totally_lazy-0.0.19 spec/spec_helper.rb
totally_lazy-0.0.18 spec/spec_helper.rb
totally_lazy-0.0.16 spec/spec_helper.rb
totally_lazy-0.0.15 spec/spec_helper.rb
totally_lazy-0.0.14 spec/spec_helper.rb
totally_lazy-0.0.13 spec/spec_helper.rb
totally_lazy-0.0.12 spec/spec_helper.rb
totally_lazy-0.0.11 spec/spec_helper.rb
totally_lazy-0.0.10 spec/spec_helper.rb
totally_lazy-0.0.9 spec/spec_helper.rb
totally_lazy-0.0.8 spec/spec_helper.rb
totally_lazy-0.0.7 spec/spec_helper.rb
totally_lazy-0.0.6 spec/spec_helper.rb
totally_lazy-0.0.5 spec/spec_helper.rb