Sha256: 34688402be9db7bfca1d0af01c96350f10601f1abf9dae5a9f8acf9a41431285
Contents?: true
Size: 403 Bytes
Versions: 4
Compression:
Stored size: 403 Bytes
Contents
require File.dirname(__FILE__) + '/../unit_test_helper' require 'file_system_utils' class FileSystemUtilsTest < Test::Unit::TestCase def setup objects = create_mocks(:file_wrapper) utils = FileSystemUtils.new(objects) end def teardown end should "" do # dummy placeholder test; all tests are system tests (system/paths_test) for this guy end end
Version data entries
4 entries across 4 versions & 1 rubygems