Sha256: 3c2bb1cbbb92017395f8abc407ec3c5b388b8bc0619d275c689edc97f6b8f44c

Contents?: true

Size: 174 Bytes

Versions: 9

Compression:

Stored size: 174 Bytes

Contents

guard 'rspec', :cli => "--color --format Fuubar" do
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec" }
  watch(%r{^spec/(.+)\.rb$})
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
credly-0.0.9 Guardfile
credly-0.0.8 Guardfile
credly-0.0.7 Guardfile
credly-0.0.6 Guardfile
credly-0.0.5 Guardfile
credly-0.0.4 Guardfile
credly-0.0.3 Guardfile
credly-0.0.2 Guardfile
credly-0.0.1 Guardfile