mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Remove bundler tasks.
This commit is contained in:
parent
a5bb25aeec
commit
7feb0287a0
1 changed files with 1 additions and 4 deletions
5
Rakefile
5
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]
|
||||
task :default => [:spec, :features]
|
||||
|
|
Loading…
Add table
Reference in a new issue