Skip to content

Commit

Permalink
fixed case sensitivity issue in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 25, 2008
1 parent a198c30 commit b167f25
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_match(/[Rr]akefile/, @app.instance_eval { have_rakefile })
end

def test_not_finding_rakefile
Expand Down

0 comments on commit b167f25

Please sign in to comment.