Skip to content

Commit

Permalink
Remove bundler tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 10, 2013
1 parent a5bb25a commit 7feb028
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -12,4 +9,4 @@ end
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features)

task :default => [:spec, :features]
task :default => [:spec, :features]

0 comments on commit 7feb028

Please sign in to comment.