From b167f250ab3728c79d521f36335da9beecf7667f Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Thu, 25 Sep 2008 00:33:34 -0400 Subject: [PATCH] fixed case sensitivity issue in test. --- test/test_application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_application.rb b/test/test_application.rb index 6a779c033..d9b281e7f 100644 --- a/test/test_application.rb +++ b/test/test_application.rb @@ -109,7 +109,7 @@ def test_display_tasks_with_full_descriptions end def test_finding_rakefile - assert_equal "Rakefile", @app.instance_eval { have_rakefile } + assert_match(/[Rr]akefile/, @app.instance_eval { have_rakefile }) end def test_not_finding_rakefile