context "glob /path/to/**/*.cpp" do
            subject { storage.glob "/path/to/**/*.cpp" }
            it { expect(subject.length).to eq 1 } 
            it { should_not include "/path/to/" }
            it { should_not include "/path/to/dir2" }