jekyll-algolia/Guardfile_jekyllv3_1_6
Pixelastic 826b0ffe3f WIP
2016-07-08 13:48:27 +02:00

8 lines
258 B
Plaintext

guard :rspec, cmd: 'appraisal jekyll-v3_1_6 bundle exec rspec --color --format documentation' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { 'spec' }
end
notification :off