This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/calendar/test/calendar_test.rb

8 lines
132 B
Ruby

require 'test_helper'
class CalendarTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Calendar
end
end