mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Remove spec opts
Causing warnings and I dont feel like fixing it.
This commit is contained in:
parent
3ec6062675
commit
ba57ec3447
2 changed files with 0 additions and 3 deletions
1
Rakefile
1
Rakefile
|
@ -3,7 +3,6 @@ Spec::Rake::SpecTask.new(:spec) do |spec|
|
|||
spec.ruby_opts << '-rubygems'
|
||||
spec.libs << 'lib' << 'spec'
|
||||
spec.spec_files = FileList['spec/**/*_spec.rb']
|
||||
spec.spec_opts = ['--options', 'spec/spec.opts']
|
||||
end
|
||||
|
||||
require 'cucumber/rake/task'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
--colour
|
||||
--backtrace
|
Loading…
Reference in a new issue