fixes & forums started
This commit is contained in:
7
test/unit/forum_test.rb
Normal file
7
test/unit/forum_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ForumTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/forumgroup_test.rb
Normal file
7
test/unit/forumgroup_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ForumgroupTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
4
test/unit/helpers/forum_helper_test.rb
Normal file
4
test/unit/helpers/forum_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ForumHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/forums_helper_test.rb
Normal file
4
test/unit/helpers/forums_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ForumsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user