From 77ae19197d8fe6c6da37aa45cdfe2990b1d1b1ad Mon Sep 17 00:00:00 2001 From: Genki Sugimoto Date: Tue, 11 Aug 2015 12:59:12 +0900 Subject: [PATCH] Fix English for assert description --- test/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.rb b/test/integration_test.rb index 93f3131..e29dd91 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -61,7 +61,7 @@ def test_code_files_option File.write(fn, File.read(fn).gsub(/"fizzbuzz"$/, "foo")) output = rake('ttnt:test:run') assert_match 'No test selected.', output[:stderr], - 'Changing files which is not specified in code_files should not select tests.' + 'Changing files which are not specified in code_files should not select any tests.' fn = 'fizz_detectable.rb' File.write(fn, File.read(fn).gsub(/n % 3 == 0$/, "n % 3 == 1"))