summaryrefslogtreecommitdiffstats
path: root/test/unit/git_adapter_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/git_adapter_test.rb')
-rw-r--r--test/unit/git_adapter_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/git_adapter_test.rb b/test/unit/git_adapter_test.rb
index 50bded062..9ab25c154 100644
--- a/test/unit/git_adapter_test.rb
+++ b/test/unit/git_adapter_test.rb
@@ -1,6 +1,6 @@
require File.dirname(__FILE__) + '/../test_helper'
-class GitAdapterTest < Test::Unit::TestCase
+class GitAdapterTest < ActiveSupport::TestCase
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/git_repository'
if File.directory?(REPOSITORY_PATH)