diff options
author | francis <francis> | 2007-11-23 11:25:20 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-23 11:25:20 +0000 |
commit | ebd2b4aef9bd7be9831b8b0fb38a9bca841fac27 (patch) | |
tree | ee2ba71cb9216ba0195c5f2d0373ac8949b86465 /test/unit/user_test.rb | |
parent | 69efb24981d1def83927cd82a6521e0e0ed3c3f4 (diff) |
Remove test directory, as not used. See spec now.
Diffstat (limited to 'test/unit/user_test.rb')
-rw-r--r-- | test/unit/user_test.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb deleted file mode 100644 index 5468f7a2d..000000000 --- a/test/unit/user_test.rb +++ /dev/null @@ -1,10 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' - -class UserTest < Test::Unit::TestCase - fixtures :users - - # Replace this with your real tests. - def test_truth - assert true - end -end |