Closed kjorg50 closed 11 years ago
I think that the reason this is failing the tests has to do with the event model and solar configuration, so if you look into that I think you will find it.
I learned that the sunspot:solr server was only running in the Rails 'development' environment by default, so instead of having to manually force it to run in the 'test' environment, I found this gem which allowed me to make a small change to the spec_helper.rb
file, and now it works properly!
Basic search functionality working. I was going to merge directly into develop, but for some reason there are tests failing and I'm not sure why...
So, I guess you could go ahead and merge this if you want the code, or fix the tests first.