1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Remove bundler tasks.

This commit is contained in:
John Nunemaker 2013-10-10 11:34:40 -04:00
parent a5bb25aeec
commit 7feb0287a0

View file

@ -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]
task :default => [:spec, :features]