Sha256: 4ebec36f2aacddf57e4d2d5bdcd1049ef80969d7f1c1e96f77eb2149db5511a9
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
require 'hobo/helper/file_locator' 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" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hobo-inviqa-0.0.7 | spec/hobo/helpers/file_locator_spec.rb |
hobo-inviqa-0.0.6 | spec/hobo/helpers/file_locator_spec.rb |