Skip to content

Commit

Permalink
use ActiveSupport::TestCase. Closes radiant#84
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jan 25, 2010
1 parent 5320514 commit 34e6268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generators/extension/templates/test_helper.rb
Expand Up @@ -13,7 +13,7 @@
end
require "#{RADIANT_ROOT}/test/test_helper"

class Test::Unit::TestCase
class ActiveSupport::TestCase

# Include a helper to make testing Radius tags easier
test_helper :extension_tags
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -14,7 +14,7 @@
end
require 'test_help'

class Test::Unit::TestCase
class ActiveSupport::TestCase
# Transactional fixtures accelerate your tests by wrapping each test method
# in a transaction that's rolled back on completion. This ensures that the
# test database remains unchanged so your fixtures don't have to be reloaded
Expand Down

0 comments on commit 34e6268

Please sign in to comment.