work on note views

This commit is contained in:
albert
2011-01-19 14:28:22 -05:00
parent 0224c41252
commit a6dfd4f0f5
57 changed files with 104563 additions and 15 deletions

View File

@@ -9,6 +9,10 @@ class JanitorTrialsControllerTest < ActionController::TestCase
CurrentUser.ip_addr = "127.0.0.1"
end
teardown do
CurrentUser.user = nil
end
context "new action" do
should "render" do
get :new, {}, {:user_id => @admin.id}