updated tag unit tests

This commit is contained in:
albert
2010-02-11 14:59:58 -05:00
parent 2f3a6e4a8b
commit bed94a4e30
21 changed files with 731 additions and 269 deletions

8
test/unit/pool_test.rb Normal file
View File

@@ -0,0 +1,8 @@
require 'test_helper'
class PoolTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end