Sha256: cc4222d5432514f7995aba07c7a38270110df772ae0fe4c780d20e0a63189c66
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
require 'spec_helper' describe Hobo::Helper do describe "locate" do it "should yield filename and path for matches" it "should match files in git" it "should fallback to files not in git if no matches from git" it "should chdir to file path before yielding" it "should yield once for each matching file" it "should return path array if block not supplied" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hobo-inviqa-0.0.15 | spec/hobo/helpers/file_locator_spec.rb |