Sha256: bf463098eb9d9c88668ea83fbfc18d8a34cbc7e1680c3c8f440fed6400556549

Contents?: true

Size: 283 Bytes

Versions: 29

Compression:

Stored size: 283 Bytes

Contents

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

# guard :shell do
#   watch "tmp/code_sample.pdf" do
#     system "open tmp/code_sample.pdf"
#   end
# end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
mork-0.15.0 Guardfile
mork-0.14.0 Guardfile
mork-0.13.2 Guardfile
mork-0.12.0 Guardfile
mork-0.11.2 Guardfile
mork-0.11.1 Guardfile
mork-0.10.0 Guardfile
mork-0.9.3 Guardfile
mork-0.9.2 Guardfile
mork-0.9.1 Guardfile
mork-0.9.0 Guardfile
mork-0.8.1 Guardfile
mork-0.8.0 Guardfile
mork-0.7.0 Guardfile
mork-0.6.0 Guardfile
mork-0.5.0 Guardfile
mork-0.4.0 Guardfile
mork-0.3.0 Guardfile
mork-0.2.1 Guardfile
mork-0.1.3 Guardfile