Skip to content

Commit

Permalink
Fix English for assert description
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki-S committed Aug 11, 2015
1 parent d4d8373 commit 77ae191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 77ae191

Please sign in to comment.