I have some tests with RSpec for the Rails site, but despite following the instructions, things don't quite behave.
I create an article through Factory, run Sunspot.commit, and then check the results. I always seem to have drawn a space, though. When I test it manually through the console or through the website, everything works though.
Any ideas? How can I display sunspot logs to find out what is happening?
My Gemfile has the following: I am running Rails 3.1.1
gem 'sunspot', '1.2.1' gem 'sunspot_rails' gem 'sunspot_test'
Thanks a lot Graeme
Simmo source share