added collections. rewrote some code

This commit is contained in:
Espen Antonsen 2009-06-03 01:33:39 +02:00
parent f2599d9f46
commit 1ae1716a0b
31 changed files with 315 additions and 87 deletions

View file

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