Initial Commit
This commit is contained in:
8
test/unit/asset_test.rb
Executable file
8
test/unit/asset_test.rb
Executable file
@@ -0,0 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AssetTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
8
test/unit/comment_test.rb
Executable file
8
test/unit/comment_test.rb
Executable file
@@ -0,0 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CommentTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
4
test/unit/helpers/assets_helper_test.rb
Executable file
4
test/unit/helpers/assets_helper_test.rb
Executable file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AssetsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/comments_helper_test.rb
Executable file
4
test/unit/helpers/comments_helper_test.rb
Executable file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CommentsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/softwares_helper_test.rb
Executable file
4
test/unit/helpers/softwares_helper_test.rb
Executable file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SoftwaresHelperTest < ActionView::TestCase
|
||||
end
|
||||
8
test/unit/software_test.rb
Executable file
8
test/unit/software_test.rb
Executable file
@@ -0,0 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SoftwareTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user