1
0
Fork 0
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:
John Nunemaker 2014-10-22 10:31:39 -04:00
parent 3ec6062675
commit ba57ec3447
2 changed files with 0 additions and 3 deletions

View file

@ -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'

View file

@ -1,2 +0,0 @@
--colour
--backtrace