Sha256: 160527307c013c9653f910270096608d5bd179e26178473d4de8a365756e8165
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
notification :on 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-poole-0.2.0 | Guardfile |
jekyll-poole-0.1.0 | Guardfile |