Sha256: d067e2532b23d037dcbf8f1913525a579858adae86771572f54d62554800f039

Contents?: true

Size: 283 Bytes

Versions: 8

Compression:

Stored size: 283 Bytes

Contents

# Run me with:
#
#   $ bundle exec guard

begin
  require 'rb-inotify'
  require 'libnotify'
rescue LoadError
end

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
statraptor-0.2.6 Guardfile
statraptor-0.2.5 Guardfile
statraptor-0.2.4 Guardfile
statraptor-0.2.3 Guardfile
statraptor-0.2.2 Guardfile
statraptor-0.2.1 Guardfile
statraptor-0.2.0 Guardfile
statraptor-0.1.0 Guardfile