local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

! dont configure rspec when its not arround #70

Closed 10xSebastian closed 7 years ago

10xSebastian commented 7 years ago

PATCH Apps in production that dont have rspec gem were raising exceptions because this file was not testing if rspec is arround.

fpellanda commented 7 years ago

This should only be required in spec_helper.rb anyway. Not?

10xSebastian commented 7 years ago

@fpellanda true... let me double check