Platte daddy
Track down warnings in Ruby test runs
Got warning or other spew in your Ruby test runs? To track down the source you can have a
setup
method output the test name:
p name
This makes it very easy to track down the source of the unwanted output.
This works because each test run is its own instance of your TestCase subclass.
Newer Post
Older Post
Home