Sha256: 9ad0014731ba7500f720ff1ec32aa5906ba5b434da97fa7260bebb04da503416

Contents?: true

Size: 274 Bytes

Versions: 11

Compression:

Stored size: 274 Bytes

Contents

guard 'rspec', :cli => '--format documentation' do
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^lib/tophat/(.+)\.rb})     { |m| "spec/lib/#{m[1]}_helper_spec.rb" }
  watch('spec/spec_helper.rb') { "spec" }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tophat-2.2.0 Guardfile
tophat-2.1.0 Guardfile
tophat-2.0.0 Guardfile
tophat-1.7.2 Guardfile
tophat-1.7.1 Guardfile
tophat-1.7.0 Guardfile
tophat-1.6.1 Guardfile
tophat-1.6.0 Guardfile
tophat-1.5.0 Guardfile
tophat-1.4.0 Guardfile
tophat-1.3.1 Guardfile