At the moment, Merb is incompatible with rspec > 1.1.4. That will change in the next couple of days. For now, use 1.1.4. -- Yehuda
On Sat, Oct 4, 2008 at 9:17 PM, dc <[EMAIL PROTECTED]> wrote: > > hi - > > is anyone having problems with rspec + latest merb? > i upgraded all today and now no specs will run... > > > > rspec 1.1.8 > merb 0.9.8 > > [EMAIL PROTECTED]:merbquest/trunk]$ spec spec/controllers/ > friends_spec.rb > > /Library/Ruby/Gems/1.8/gems/merb-core-0.9.8/lib/merb-core/test/ > test_ext/rspec.rb:71:in `describe': undefined local variable or method > `before_eval' for Merb::Test::ExampleGroup::Subclass_1:Class > (NameError) > from /Library/Ruby/Gems/1.8/gems/merb-core-0.9.8/lib/merb-core/test/ > test_ext/rspec.rb:62:in `describe' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/extensions/ > class.rb:14:in `instance_eval' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/extensions/ > class.rb:14:in `subclass' > from /Library/Ruby/Gems/1.8/gems/merb-core-0.9.8/lib/merb-core/test/ > test_ext/rspec.rb:61:in `describe' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/example/ > example_group_factory.rb:46:in `create_example_group' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/extensions/ > main.rb:27:in `describe' > from ./spec/controllers/friends_spec.rb:3 > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > example_group_runner.rb:14:in `load' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > example_group_runner.rb:14:in `load_files' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > example_group_runner.rb:13:in `each' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > example_group_runner.rb:13:in `load_files' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > options.rb:98:in `run_examples' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/lib/spec/runner/ > command_line.rb:10:in `run' > from /Library/Ruby/Gems/1.8/gems/rspec-1.1.8/bin/spec:4 > from /usr/bin/spec:19:in `load' > from /usr/bin/spec:19 > > > > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
