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 Sep 23, 2010
1 parent 63c472f commit d1653d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Bundler::GemHelper.install_tasks
require 'rake'
require 'rake/rdoctask'
require 'rspec/core/rake_task'
require 'rspec/expectations/version'
require 'cucumber/rake/task'

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

0 comments on commit d1653d7

Please sign in to comment.