We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb4de9 commit 1f66634Copy full SHA for 1f66634
spec/adapters/googlecharts_spec.rb
@@ -30,5 +30,8 @@
30
it "Table class must be GoogleVisualr::DataTable " do
31
expect(Daru::View::Table.new.table).to be_a GoogleVisualr::DataTable
32
end
33
+ it "Table class must be GoogleVisualr::DataTable when data objects are of class Daru::Vector" do
34
+ expect(Daru::View::Table.new(@data_vec1, @options).table).to be_a GoogleVisualr::DataTable
35
+ end
36
37
0 commit comments