diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-12-26 17:56:04 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-12-26 17:56:04 -0700 |
| commit | 5a13b80e3bf5e6788f685c00200c8f2a35e9a232 (patch) | |
| tree | 5846300b7395b5b85f7b52b105a517f9bef920c3 /test/syntax_highlighter_test.rb | |
| parent | dddba709b1ee15597288116455514045bb443530 (diff) | |
reenable pygments tests
- check for correct environment variable
Diffstat (limited to 'test/syntax_highlighter_test.rb')
| -rw-r--r-- | test/syntax_highlighter_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syntax_highlighter_test.rb b/test/syntax_highlighter_test.rb index 65955e8a..b5d103c5 100644 --- a/test/syntax_highlighter_test.rb +++ b/test/syntax_highlighter_test.rb @@ -1188,5 +1188,5 @@ context 'Syntax Highlighter' do output = convert_string_to_embedded input, safe: :safe assert_includes output, expected end - end if ENV['PYGMENTS'] + end if ENV['PYGMENTS_VERSION'] end |
