From 86ea880d86f5e1b382f594860180a221e1cbf294 Mon Sep 17 00:00:00 2001 From: rubiii Date: Fri, 17 Feb 2012 21:30:44 +0100 Subject: [PATCH] simplifies the rakefile --- Rakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 4bf0c75..62e1522 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,4 @@ -require "bundler" -Bundler::GemHelper.install_tasks - +require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new do |t|