Sha256: 0f9c556b5e778b2a5a400056b67018a227df664798999cd590d32dc04ad3f7e5
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
notification :off guard "rspec", :cmd => "bundle exec rspec" do watch(/^spec\/.+_spec\.rb$/) watch(/^lib\/(.+)\.rb$/) { |m| "spec/lib/#{m[1]}_spec.rb" } watch("spec/spec_helper.rb") { "spec" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-1.0.0 | Guardfile |
jekyll-assets-1.0.0.pre.alpha1 | Guardfile |
jekyll-assets-1.0.0.pre.alpha0 | Guardfile |