summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-02-07 01:09:13 -0700
committerDan Allen <dan.j.allen@gmail.com>2019-02-07 01:10:12 -0700
commitf449b36be8efc3758203178583fa770ca27fcc81 (patch)
tree0ebcbed4433e7e7d9d8fc06f20111ae747726e61 /test
parentf37dd32bc37aa60bae649c461e9bc725a90db442 (diff)
check for Tilt.new instead of Tilt::VERSION [skip ci]
Diffstat (limited to 'test')
-rw-r--r--test/converter_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/converter_test.rb b/test/converter_test.rb
index 88457cd3..db11d1a0 100644
--- a/test/converter_test.rb
+++ b/test/converter_test.rb
@@ -1,5 +1,5 @@
require_relative 'test_helper'
-require 'tilt' unless defined? ::Tilt::VERSION
+require 'tilt' unless defined? ::Tilt.new
context 'Converter' do
context 'View options' do