summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-01-03 02:22:58 -0700
committerGitHub <noreply@github.com>2018-01-03 02:22:58 -0700
commit1fab6fd2930841e4dace1fb86f69f01eda392436 (patch)
tree6ff026f9b180207b95b763e575b82fa8d931d5a1 /test/reader_test.rb
parentf5d1321879089f5f59b2415c6047d73272836044 (diff)
add Ruby 2.5.0 to CI build matrix (PR #2528)
* add Ruby 2.5.0 to CI build matrix * fix warnings uncovered by Ruby 2.5
Diffstat (limited to 'test/reader_test.rb')
-rw-r--r--test/reader_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/reader_test.rb b/test/reader_test.rb
index 0cd7c4ae..6f65d00c 100644
--- a/test/reader_test.rb
+++ b/test/reader_test.rb
@@ -778,6 +778,7 @@ include::#{include_url}[]
end
assert_includes output, %(Unresolved directive in #{include_url} - include::#{nested_include_url}[])
+ assert_includes warnings, 'include uri not readable'
rescue
flunk 'include directive should not raise exception on missing file'
end