Phlip wrote: > David Chelimsky sez to go with this: > > Spec::Runner.configure do |c| > c.include Test::Unit::Assertions > end > > assert() now "just works", but the other stuff I packed into Assertions now > does > not! Am following up in the RSpec forum... > >
Are you requiring your own assertions before you get to that bit of code? If so, and they are all in the Test::Unit::Assertions module... then that is weird. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
