In that case my specs will be also run by Test::Unit and
assertions/failures/blah count will be displayed. Not exactly what I want.


Satish Gunnu wrote:
> 
> I had the same problem with some of my specs. Solved by adding
> 
> require 'test/unit'
> 
> to the spec file. Not complete sure why this occurs but the 
> Test::Unit.run? method is defined in test/unit.rb.
> 

-- 
View this message in context: 
http://www.nabble.com/%60exit-%27%3A-undefined-method-%60run-%27-for-Test%3A%3AUnit%3AModule-%28NoMethodError%29--tp17685410p19366288.html
Sent from the rspec-users mailing list archive at Nabble.com.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to