Sha256: fa0c2e845d5a00a9f528c6d6d2545f9f8512986b3b884718dd586758455df31b

Contents?: true

Size: 334 Bytes

Versions: 9

Compression:

Stored size: 334 Bytes

Contents

directories %w(. lib spec) \
 .select {|d| Dir.exists?(d) ? d : UI.warning("Directory #{d} does not exist")}

guard :bundler do
  watch('Gemfile')
end

guard :rspec, all_after_pass: false, all_on_start: false, failed_mode: :keep, cmd: 'bundle exec rspec' do
  watch(%r{^(lib|spec)/(.+?)(_spec)?\.rb}) {|m| "spec/#{m[2]}_spec.rb"}
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lightio-0.4.4 Guardfile
lightio-0.4.3 Guardfile
lightio-0.4.2 Guardfile
lightio-0.4.1 Guardfile
lightio-0.4.0 Guardfile
lightio-0.4.0.pre Guardfile
lightio-0.3.2 Guardfile
lightio-0.3.1 Guardfile
lightio-0.3.0 Guardfile