We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55ca4c commit c8bc043Copy full SHA for c8bc043
1 file changed
spec/plot_spec.rb
@@ -57,5 +57,6 @@
57
expect(new_plot).to be_an_instance_of(Plot)
58
expect(new_plot.options).to eql(@options.merge(new_options))
59
end
60
+ # TODO add specs for different options types (hash/array/bool/string/range)
61
62
0 commit comments