# File lib/rubigen/helpers/generator_test_helper.rb, line 57
    def assert_directory_exists(path)
      assert File.directory?("#{APP_ROOT}/#{path}"),"The directory '#{path}' should exist"
    end