jdliss / shoulda-callback-matchers

Test existence of your Rails callbacks without having to call them
MIT License
134 stars 18 forks source link

Avoid namespace confusion #6

Closed johnnyshields closed 10 years ago

johnnyshields commented 10 years ago

Getting an error when running specs

NameError: uninitialized constant Shoulda::Callback::Matchers::ActiveModel::VERSION

Adding :: fixes the issue.

beatrichartz commented 10 years ago

Thanks, this is looking good - Travis Failure is unrelated. Merging this in and releasing asap.

johnnyshields commented 10 years ago

Awesome, thanks!

beatrichartz commented 10 years ago

Released in 1.1.0