11 Трав. 2009 rspec
Today I spent quite some time making autospec and spec_server work flawlessly as David Chelimsky described.
Managed to do that only for the following combination of rails/gems/plugins
- Removed all rails, rspec, rspec-rails gems.
- Installed rails 2.3.2.
- Bootstrapped new application.
- Installed rspec, rspec-rails v.1.2.6 as plugins.
- Run server with rake spec:server:start
- script/autospec
Hope it helps someone.