diff --git a/test/test_application.rb b/test/test_application.rb index aa897d618..6a779c033 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_equal "Rakefile", @app.instance_eval { have_rakefile } end def test_not_finding_rakefile