Sha256: 82084686a56df0075e884f80811b76a8c20a617fc6c9621d9c8f09e054fa3c70

Contents?: true

Size: 169 Bytes

Versions: 13

Compression:

Stored size: 169 Bytes

Contents

require 'amcharts/chart_builder/function'

describe AmCharts::ChartBuilder::Function do
  subject{ described_class.new(:func) }

  its(:to_json) { should == 'func' }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
amcharts.rb-3.11.2.17 spec/chart_builder/function_spec.rb
amcharts.rb-3.11.2.16 spec/chart_builder/function_spec.rb
amcharts.rb-3.11.2.14 spec/chart_builder/function_spec.rb
amcharts.rb-3.11.1.14 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.8.0 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.5 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.4 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.3 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.2 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.1 spec/chart_builder/function_spec.rb
amcharts.rb-3.4.7.0 spec/chart_builder/function_spec.rb
amcharts.rb-3.2.0.2 spec/chart_builder/function_spec.rb
amcharts.rb-3.2.0.1 spec/chart_builder/function_spec.rb