After significant troubleshooting, I figured out that I needed to run rake spec once (I can abort with control-c) before I can run rspec directly (e.g. on a subset of our specs). We are running Rails 3.0.7 and RSpec 2.5.0.
Clearly, rake is running…
I am using Specjour v0.4.1 for full test suite runs and preloading a rails app to run individual specs with Spork and Guard. Specjour uses multiple workers (usually 4) to run tests simultaneously.
How can I pass the preloaded application to each…
We had specjour (0.4.1) working with our rails app (rails 3.0.12 & rspec 2.5.0 & rspec-rails 2.5.0) by using these hooks (defined in .specjour/hooks.rb):
Specjour::Configuration.before_test = lambda do
Fixtures.reset_cache if…
I have been battling this error with specjour for the past couple hours, and finally I am coming to everyone here.
I am trying to run the gem specjour on a ubuntu computer and keep getting this error
$ specjour
Looking for managers...
No listeners…