Skip to content

Commit

Permalink
Explicitly require 'rspec/core' to fix the broken coverage task on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 22, 2010
1 parent 042b81d commit 360e8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,6 @@
require 'bundler'
Bundler.require
require 'rspec/core'

RSpec.configure do |c|
c.before(:suite) do
Expand Down

0 comments on commit 360e8a7

Please sign in to comment.