Skip to content

Commit

Permalink
Really make matching of Rakefile case insensitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Oct 23, 2008
1 parent c7f5273 commit 23275bc
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 @@ -110,7 +110,7 @@ def test_display_tasks_with_full_descriptions
end

def test_finding_rakefile
assert_match("Rakefile", @app.instance_eval { have_rakefile })
assert_match(/Rakefile/i, @app.instance_eval { have_rakefile })
end

def test_not_finding_rakefile
Expand Down

0 comments on commit 23275bc

Please sign in to comment.