# frozen_string_literal: true require 'test_helper' class YouPlotTest < Test::Unit::TestCase def test_that_it_has_a_version_number assert_kind_of String, ::YouPlot::VERSION end end