From 7feb0287a0adae1676f4c6abc06414bae05f8b9b Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Thu, 10 Oct 2013 11:34:40 -0400 Subject: [PATCH] Remove bundler tasks. --- Rakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 1cf504b0..ef05a8d1 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,3 @@ -require 'bundler' -Bundler::GemHelper.install_tasks - require 'spec/rake/spectask' Spec::Rake::SpecTask.new(:spec) do |spec| spec.ruby_opts << '-rubygems' @@ -12,4 +9,4 @@ end require 'cucumber/rake/task' Cucumber::Rake::Task.new(:features) -task :default => [:spec, :features] \ No newline at end of file +task :default => [:spec, :features]