features/support/test_client.rb in ftpd-0.0.1.pre vs features/support/test_client.rb in ftpd-0.1.0
- old
+ new
@@ -5,10 +5,10 @@
extend Forwardable
include FileUtils
def initialize(opts = {})
- @temp_dir = TempDir.make
+ @temp_dir = Ftpd::TempDir.make
@ftp = make_ftp(opts)
@templates = TestFileTemplates.new
end
def close