Questions tagged [specjour]

distributed rspec & cucumber via bonjour

Run specs with your spare CPU cycles.

4 questions
96
votes
6 answers

How do I prepare test database(s) for Rails rspec tests without running rake spec?

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…
gerry3
  • 21,420
  • 9
  • 66
  • 74
2
votes
0 answers

Specjour and Spork Integration

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…
Dru
  • 9,632
  • 13
  • 49
  • 68
1
vote
1 answer

Using specjour with Rails 3.2

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…
gerry3
  • 21,420
  • 9
  • 66
  • 74
0
votes
1 answer

specjour error trace

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…
austinbv
  • 9,297
  • 6
  • 50
  • 82