Fix unit tests for ruby-1.8 compatibility

This commit is contained in:
Dean Matzkov
2011-09-08 20:57:52 -06:00
parent d2719f3881
commit 5efb6a5b92
30 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
require_relative "../test_helper"
require 'test_helper'
class ArtistTest < ActiveSupport::TestCase
setup do
@@ -46,4 +46,4 @@ class ArtistTest < ActiveSupport::TestCase
assert_equal(user1.id, CurrentUser.user.id)
end
end
end
end