Skip to content

Commit b167f25

Browse files
committed
fixed case sensitivity issue in test.
1 parent a198c30 commit b167f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_display_tasks_with_full_descriptions
109109
end
110110

111111
def test_finding_rakefile
112-
assert_equal "Rakefile", @app.instance_eval { have_rakefile }
112+
assert_match(/[Rr]akefile/, @app.instance_eval { have_rakefile })
113113
end
114114

115115
def test_not_finding_rakefile

0 commit comments

Comments
 (0)