xaviershay / rspec-fire

Obsolete - use verifying doubles in RSpec 3
MIT License
361 stars 16 forks source link

Fix typo - s/spec_helper/unit_helper #27

Closed prognostikos closed 11 years ago

xaviershay commented 11 years ago

Nope, spec_helper is correct. unit_helper is loaded by the spec itself. The point of this line is to load your entire environment before the unit spec so that we can verify the fire doubles.