Sha256: 64bf0b7eb0164dcc820f2f45da05beba85d5e02fb0c52400d273b77b4992eaf1

Contents?: true

Size: 257 Bytes

Versions: 10

Compression:

Stored size: 257 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rspec/core'
#require 'autotest/rspec2'

require 'simplecov'
SimpleCov.start 'rails'

RSpec.configure do |c|
  c.color_enabled = true
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
on_the_spot-0.0.12 spec/spec_helper.rb
on_the_spot-0.0.11 spec/spec_helper.rb
on_the_spot-0.0.10 spec/spec_helper.rb
on_the_spot-0.0.9 spec/spec_helper.rb
on_the_spot-0.0.8 spec/spec_helper.rb
bradleypriest-on_the_spot-0.0.7 spec/spec_helper.rb
on_the_spot-0.0.7 spec/spec_helper.rb
on_the_spot-0.0.6 spec/spec_helper.rb
on_the_spot-0.0.5 spec/spec_helper.rb
on_the_spot-0.0.4 spec/spec_helper.rb