Sha256: 01f8be382223b97b78af228cdcbbfa278bbf899c4dc7e815ff90ef9ab1c3cb7f

Contents?: true

Size: 412 Bytes

Versions: 11

Compression:

Stored size: 412 Bytes

Contents

require File.dirname(__FILE__) + '/../unit_test_helper'
require 'ceedling/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

11 entries across 11 versions & 1 rubygems

Version Path
ceedling-0.19.0 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.18.0 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.17.0 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.16.0 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.6 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.5 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.4 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.3 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.2 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.1 test_graveyard/unit/busted/file_system_utils_test.rb
ceedling-0.15.0 test_graveyard/unit/busted/file_system_utils_test.rb