From 7c65598ff0071336fe827c3c0e3beeb614f552f1 Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 25 May 2013 19:09:30 -0400 Subject: [PATCH] fix test name --- test/unit/current_user_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/current_user_test.rb b/test/unit/current_user_test.rb index f207e3c28..26235e1b5 100644 --- a/test/unit/current_user_test.rb +++ b/test/unit/current_user_test.rb @@ -1,6 +1,6 @@ require 'test_helper' -class ArtistTest < ActiveSupport::TestCase +class CurrentUserTest < ActiveSupport::TestCase setup do CurrentUser.user = nil CurrentUser.ip_addr = nil