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