Sha256: 9051720c283100140d2a5a97c478d3902877649bb4d00fc3d18abe5c80458383

Contents?: true

Size: 353 Bytes

Versions: 18

Compression:

Stored size: 353 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

guard :test, :test_paths => ['test/unit', 'test/integration'] do
  watch('lib/twdeps.rb'){"test"}
  watch(%r{^lib/twdeps/(.+)\.rb$}){|m| "test/unit/test_#{m[1]}.rb"} 
  watch(%r{^test/unit/test_(.+)\.rb$})
  watch('test/test_helper.rb'){"test"}
  watch('test/helpers/**/*'){"test"}
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
twdeps-1.1.0 Guardfile
twdeps-1.0.2 Guardfile
twdeps-1.0.1 Guardfile
twdeps-1.0.0 Guardfile
twtest-0.0.7 Guardfile
twdeps-0.0.4 Guardfile
twdeps-0.0.3 Guardfile
taskwarrior-0.0.6 Guardfile
taskwarrior-0.0.5 Guardfile
twtest-0.0.6 Guardfile
taskwarrior-0.0.4 Guardfile
taskwarrior-0.0.3 Guardfile
taskwarrior-0.0.2 Guardfile
taskwarrior-0.0.1 Guardfile
twtest-0.0.5 Guardfile
twdeps-0.0.2 Guardfile
twtest-0.0.4 Guardfile
twtest-0.0.3 Guardfile