We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb4de9 commit 76f2868Copy full SHA for 76f2868
spec/adapters/googlecharts_spec.rb
@@ -30,5 +30,9 @@
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" \
34
+ " of class Daru::Vector" do
35
+ expect(Daru::View::Table.new(@data_vec1, @options).table).to be_a GoogleVisualr::DataTable
36
+ end
37
38
0 commit comments