mailr/vendor/plugins/calendar_view/test/calendar_view_test.rb
Wojciech Todryk 2afeebad53 devel
2011-09-16 19:44:29 +02:00

9 lines
159 B
Ruby
Executable file

require 'test_helper'
class CalendarViewTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end