David Chelimsky wrote: > rspec-rails version 1.2.9 has been released! > * removals > * spec_server has been removed in favor of spork. > * You can still use the --drb flag, but you've got to install the > spork > gem. > * Windows users who cannot use the spork gem can install the > spec_server > from http://github.com/dchelimsky/spec_server Any suggestion for why I'd get the following exception when trying to run spec_server on windows with rspec 1.3.1? This is my first time trying to get this working so I can't say that it worked with 1.2.9. (druby://127.0.0.1:8989) C:/InstantRailsAS4/rails_apps/cidr/spec/spec_helper.rb: 19: undefined method `use_transactional_fixtures=' for #<Spec::Runner::Configura tion:0xe12b854> (NoMethodError) from (druby://127.0.0.1:8989) C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/ gems/rspec-1.2.9/lib/spec/runner.rb:41:in `configure' from (druby://127.0.0.1:8989) C:/InstantRailsAS4/rails_apps/cidr/spec/sp ec_helper.rb:15 from (druby://127.0.0.1:8989) C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/ gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load_without _new_constant_marking' from (druby://127.0.0.1:8989) C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/ gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load' from (druby://127.0.0.1:8989) C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/ gems/activesupport-2.3.3/lib/active_support/dependencies.rb:521:in `new_constant s_in' from (druby://127.0.0.1:8989) C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/ gems/activesupport-2.3.3/lib/active_support/dependencies.rb:145:in `load' from (druby://127.0.0.1:8989) script/spec_server:97:in `run' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec /runner/drb_command_line.rb:17:in `run' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec /runner/option_parser.rb:199:in `parse_drb' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec /runner/option_parser.rb:130:in `order!' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec /runner.rb:51:in `options' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/lib/spec /runner/command_line.rb:6:in `run' from C:/InstantRailsAS4/ruby/lib/ruby/gems/1.8/gems/rspec-1.2.9/bin/spec :5 -- Posted via http://www.ruby-forum.com/.