Initial Commit

This commit is contained in:
Jason Katz
2011-06-14 18:08:28 -07:00
commit 5a34ac406c
172 changed files with 18457 additions and 0 deletions

8
test/unit/asset_test.rb Executable file
View 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
View 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

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class AssetsHelperTest < ActionView::TestCase
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class CommentsHelperTest < ActionView::TestCase
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class SoftwaresHelperTest < ActionView::TestCase
end

8
test/unit/software_test.rb Executable file
View 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