require "test_helper" class SimpleCalendarTest < ActiveSupport::TestCase test "it has a version number" do assert SimpleCalendar::VERSION end end