Sha256: a68eb8eda0b5a2a130e39a025cbbf735925291c887a6b2198138d06946253b37
Contents?: true
Size: 511 Bytes
Versions: 52
Compression:
Stored size: 511 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/common', __FILE__) require File.expand_path('../shared/glob', __FILE__) describe "Dir.[]" do before :all do DirSpecs.create_mock_dirs end after :all do DirSpecs.delete_mock_dirs end it_behaves_like :dir_glob, :[] end describe "Dir.[]" do before :all do DirSpecs.create_mock_dirs end after :all do DirSpecs.delete_mock_dirs end it_behaves_like :dir_glob_recursive, :[] end
Version data entries
52 entries across 52 versions & 2 rubygems