Closed betjaminrichards closed 9 years ago
I have config.include BestInPlace::TestHelpers in my spec_helper.rb file.
config.include BestInPlace::TestHelpers
Was working fine until I upgraded to 3.0.3. Now I get
uninitialized constant BestInPlace::TestHelpers (NameError)
Any ideas?
Ahh, ignore me. Forgot to put
require 'best_in_place' require 'best_in_place/test_helpers'
at the top of the spec_helpers.rb file
I have
config.include BestInPlace::TestHelpers
in my spec_helper.rb file.Was working fine until I upgraded to 3.0.3. Now I get
uninitialized constant BestInPlace::TestHelpers (NameError)
Any ideas?