Skip to content

Commit

Permalink
Merge branch 'mainline' of git://github.com/quix/rake into case
Browse files Browse the repository at this point in the history
* 'mainline' of git://github.com/quix/rake:
  fix have_rakefile test (case-sensitivity)
  • Loading branch information
jimweirich committed Sep 25, 2008
2 parents a6c80c9 + 97f83c0 commit a198c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a198c30

Please sign in to comment.