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