diff --git a/Rakefile b/Rakefile index 1cf504b..ef05a8d 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]