Sha256: 5fabcdfb56c6c65058b490ec443f18d7326ab1da942bb2bd430859f26811bcc9

Contents?: true

Size: 261 Bytes

Versions: 9

Compression:

Stored size: 261 Bytes

Contents

#notification :gntp
notification :growl

guard :rspec, cmd: 'bundle exec rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/yacli/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
  watch('lib/yacli.rb') { "spec" }
  watch('spec/spec_helper.rb') { "spec" }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
yacli-0.3.2 Guardfile
yacli-0.3.1 Guardfile
yacli-0.2.5 Guardfile
yacli-0.2.4 Guardfile
yacli-0.2.3 Guardfile
yacli-0.2.2 Guardfile
yacli-0.2.1 Guardfile
yacli-0.2.0 Guardfile
yacli-0.1.8 Guardfile