collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

warning message with rspec3 .rspec -- warning: instance variable @path not initialized #78

Closed agenteo closed 7 years ago

agenteo commented 10 years ago

Hi, I am seeing a lot of these:

warning: instance variable @path not initialized

when rspec3's .rspec has the show warning in it. Removing it fixes it, but I wanted to give you a heads up that's rspec3 default .rspec file.

cheers

skalee commented 10 years ago

77 fixes that.

lamielle commented 9 years ago

I commented on #77 as well, but it would be great to merge that change in. I don't want to turn off warnings, but these are quite annoying and cluttering up my test output.