sandro/specjour

Specjour is throwing DistrubutedFormatter constant errors

queso opened this issue · 2 comments

I am seeing errors when trying specjour out for the first time:


Manager started at druby://ares.local:55576
rsync -a --delete --port=8989 10.0.1.2::broth /tmp/broth
/Users/josh/.rvm/gems/ree-1.8.7-2010.01/gems/specjour-0.2.1/lib/specjour/worker.rb:16:in `initialize': uninitialized constant Specjour::Rspec::DistributedFormatter (NameError)
    from /Users/josh/.rvm/gems/ree-1.8.7-2010.01/gems/specjour-0.2.1/bin/specjour:47:in `new'
    from /Users/josh/.rvm/gems/ree-1.8.7-2010.01/gems/specjour-0.2.1/bin/specjour:47
    from /Users/josh/.rvm/gems/ree-1.8.7-2010.01/bin/specjour:19:in `load'
    from /Users/josh/.rvm/gems/ree-1.8.7-2010.01/bin/specjour:19

After further irb investigation, I had rspec 2.0 beta installed and that was causing activation errors.

Cool!