tickets/test/tickets_test.rb

8 lines
130 B
Ruby
Raw Permalink Normal View History

2015-08-03 10:54:33 +00:00
require 'test_helper'
class TicketsTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, Tickets
end
end