diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-02-07 01:09:13 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-02-07 01:10:12 -0700 |
| commit | f449b36be8efc3758203178583fa770ca27fcc81 (patch) | |
| tree | 0ebcbed4433e7e7d9d8fc06f20111ae747726e61 | |
| parent | f37dd32bc37aa60bae649c461e9bc725a90db442 (diff) | |
check for Tilt.new instead of Tilt::VERSION [skip ci]
| -rw-r--r-- | test/converter_test.rb | 2 |
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 |
