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