Initial Commit
This commit is contained in:
Executable
+8
@@ -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
|
||||
Executable
+8
@@ -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
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AssetsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CommentsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SoftwaresHelperTest < ActionView::TestCase
|
||||
end
|
||||
Executable
+8
@@ -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