Skip to content

Commit

Permalink
Explicitly require rspec version to fix broken rdoc task.
Browse files Browse the repository at this point in the history
  • Loading branch information
graaff authored and dchelimsky committed Oct 2, 2010
1 parent 79401b2 commit b61073f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,6 +4,7 @@ Bundler::GemHelper.install_tasks

require 'rake'
require 'rspec/core/rake_task'
require 'rspec/mocks/version'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec)
Expand Down

0 comments on commit b61073f

Please sign in to comment.