Sha256: 47e7077fabdc869168938f0757f2b80eb88343dd38b0464030cb8fbd934563c6
Contents?: true
Size: 281 Bytes
Versions: 18
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' module Quby::Questionnaires::Entities module Charting describe RadarChart do it_behaves_like Chart it 'has a type' do expect(RadarChart.new(:tot).type).to eq 'radar_chart' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems