search for: test_blah

Displaying 2 results from an estimated 2 matches for "test_blah".

Did you mean: test_bash
2010 Jul 11
4
Testomg: doing def test_blah or test "blah" do
Hey, I''m wondering about the distinction between writing test methods like 1. def test_something_to_test end and like 2. test "something to test" do end It seems like there''s no difference. I did notice, however, that #2 can''t be done in a class that extends Test::Unit::TestCase, while it can be done in one that extends ActionController::TestCase. I also
2005 Apr 17
14
Leaky Webrick (?) & image corruption
Hi guys, After a few days of webrick seeming to use up a ton of ram (the longer it was running, the more ram); izayoi on #rubyonrails kindly suggested changing Dependencies.mechanism in development.rb to :require which appears to have fixed the prob - at the expense of having to restart webrick after making changes to .rb files. Is this a known issue, or is there an alternative solution?