about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration_list_keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mogilefs_integration_list_keys.rb')
-rw-r--r--test/test_mogilefs_integration_list_keys.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/test_mogilefs_integration_list_keys.rb b/test/test_mogilefs_integration_list_keys.rb
index 1de6cda..8492a2a 100644
--- a/test/test_mogilefs_integration_list_keys.rb
+++ b/test/test_mogilefs_integration_list_keys.rb
@@ -1,10 +1,12 @@
-
 # -*- encoding: binary -*-
-require './test/integration'
+require './test/fresh'
+
+class TestMogileFSIntegrationListKeys < Test::Unit::TestCase
+  include TestFreshSetup
 
-class TestMogileFSIntegrationListKeys < TestMogIntegration
   def setup
-    super
+    setup_mogilefs
+    add_host_device_domain
     @client = MogileFS::MogileFS.new(:hosts => @trackers, :domain => @domain)
   end