Skip to content

Commit

Permalink
Add 1.9.2 compatibility for Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmarat committed Aug 28, 2011
1 parent 04ae26a commit e2d2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
require 'tasks/performance'
require File.expand_path(File.join(File.dirname(__FILE__), 'tasks/performance'))

RSpec::Core::RakeTask.new do |t|
t.rspec_opts = ["-c", "-f progress"]
Expand Down

0 comments on commit e2d2fd6

Please sign in to comment.