I''m trying to get Rspec working. Using the installing 1.0.7 & the Rails plugin, I tried one of the examples on Rspec''s website and produced the following error: ############################################################################ Your RSpec on Rails plugin is incompatible with your installed RSpec. RSpec : 1.0.7 (r2332) RSpec on Rails : r2331 Make sure your RSpec on Rails plugin is compatible with your RSpec gem. See http://rspec.rubyforge.org/documentation/rails/install.html for details. ############################################################################ I''m running Windows XP. Is there a way to roll RSpec back to r2331? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Here''s the rest of the callstack... ############################################################################ from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require'' from C:/www/RSpecTesting/config/../vendor/plugins/rspec_on_rails/lib/spec/rails.rb:16 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' ... 23 levels... from C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:155:in `parse'' from C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/option_parser.rb:88:in `create_behaviour_runner'' from C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/command_line.rb:14:in `run'' from C:/www/RSpecTesting/vendor/plugins/rspec/bin/spec:3 rake aborted! Command ruby -I"C:/www/RSpecTesting/vendor/plugins/rspec/lib" "C:/www/RSpecTesting/vendor/plugins/rspec/bin/spec" "spec/models/user_spec.rb" --options "C:/www/RSpecTesting/config/../spec/spec.opts" failed -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Try checking out the trunk version of the rspec and the rails plugins (see http://rspec.rubyforge.org/documentation/rails/install.html under "Living on the Edge"). That way you are certain to have matching version tags. BTW: A good resource is rspec- users-GrnCvJ7WPxnsgmR90Yw4Tw@public.gmane.org Happy spec''ing. On Aug 12, 2007, at 8:20 PM, Cody Skidmore wrote:> > Here''s the rest of the callstack... > > ###################################################################### > ###### > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ > active_support/dependencies.rb:495:in > `require'' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ > active_support/dependencies.rb:342:in > `new_constants_in'' > from > c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ > active_support/dependencies.rb:495:in > `require'' > from > C:/www/RSpecTesting/config/../vendor/plugins/rspec_on_rails/lib/ > spec/rails.rb:16 > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'' > from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `require'' > ... 23 levels... > from > C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/ > option_parser.rb:155:in > `parse'' > from > C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/ > option_parser.rb:88:in > `create_behaviour_runner'' > from > C:/www/RSpecTesting/vendor/plugins/rspec/lib/spec/runner/ > command_line.rb:14:in > `run'' > from C:/www/RSpecTesting/vendor/plugins/rspec/bin/spec:3 > rake aborted! > Command ruby -I"C:/www/RSpecTesting/vendor/plugins/rspec/lib" > "C:/www/RSpecTesting/vendor/plugins/rspec/bin/spec" > "spec/models/user_spec.rb" --options > "C:/www/RSpecTesting/config/../spec/spec.opts" failed > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 8/12/07, Cody Skidmore <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I''m trying to get Rspec working. Using the installing 1.0.7 & the Rails > plugin, I tried one of the examples on Rspec''s website and produced the > following error: > > ############################################################################ > Your RSpec on Rails plugin is incompatible with your installed RSpec. > > RSpec : 1.0.7 (r2332) > RSpec on Rails : r2331 > > Make sure your RSpec on Rails plugin is compatible with your RSpec gem. > See http://rspec.rubyforge.org/documentation/rails/install.html for > details. > ############################################################################The 1.0.7 release suffered a deployment problem and is already replaced by 1.0.8. Go ahead and give that a shot. Cheers, David> > I''m running Windows XP. Is there a way to roll RSpec back to r2331? > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---