Problems wth spork?

I’m using jruby 1.6.rc2.
My Gemfile:

group :development, :test do
gem ‘webrat’
gem ‘rspec-rails’
gem ‘autotest’
gem ‘autotest-notification’
gem ‘spork’, ‘~> 0.9.0.rc’
end

I’ve run spork --bootstrap and edited rspec.helper
Then when I run bundle exec spork I have this error:

Using RSpec
– Starting to fill pool…
Wait until at least one slave is provided before running tests…
** CTRL+BREAK to stop Spork and kill all ruby slave processes **
you must call Spork.using_spork! before starting the server
(RuntimeError)

might help (issue 79 ?)

On 22 February 2011 15:04, Roger P. [email protected] wrote:

Do not check for forking state on Windows, since it takes place in se… · voxik/spork@5736d23 · GitHub

might help (issue 79 ?)

Yes thank you.