bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 571 forks source link

Test helpers seem broken in 3.0.3 #449

Closed betjaminrichards closed 9 years ago

betjaminrichards commented 9 years ago

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?

betjaminrichards commented 9 years ago

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