Skip to content

Commit cf5d32c

Browse files
committed
Add test for examining issue #24
1 parent 0f6170a commit cf5d32c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/test-histogram.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,11 @@ def setup
108108
assert_equal(fixture_path("histogram/parameters2.txt").read,
109109
output)
110110
end
111+
112+
test("issue #24") do
113+
assert_nothing_raised do
114+
UnicodePlot.histogram([1, 2])
115+
end
116+
end
111117
end
112118
end

0 commit comments

Comments
 (0)