Derek Williams wrote: > Shows how to use test::unit assertions with rspec, looks like all you > have to do is require 'test/unit' (and require your custom assertions as > well I imagine) and they should "just work".
I tried that too! 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... -- Phlip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
