Skip to content

Commit 038beb5

Browse files
committed
bring jpeg terminal back to Plot#to+iruby test
1 parent ed6b05a commit 038beb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/plot_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
available_terminals = {
179179
'png' => 'image/png',
180180
'pngcairo' => 'image/png',
181-
# 'jpeg' => 'image/jpeg',
181+
'jpeg' => 'image/jpeg',
182182
'svg' => 'image/svg+xml',
183183
'dumb' => 'text/plain'
184184
}

0 commit comments

Comments
 (0)