Basic models set up

This commit is contained in:
Shrey 2015-05-16 14:08:50 +05:30 committed by Matt Amos
parent 2bae7cd298
commit 5add3cf671
11 changed files with 234 additions and 0 deletions

View file

@ -0,0 +1,7 @@
require 'test_helper'
class IssueTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

View file

@ -0,0 +1,7 @@
require 'test_helper'
class ReportTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end