Sha256: 58cda727a6da2946cb0bcaded50cf1156e14dbf9b801ef790cbe5b82d5c133e5

Contents?: true

Size: 238 Bytes

Versions: 121

Compression:

Stored size: 238 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

121 entries across 121 versions & 21 rubygems

Version Path
hydra-file_characterization-1.1.1 Guardfile
hydra-file_characterization-1.1.0 Guardfile
vmstat-2.3.1 Guardfile
hydra-file_characterization-1.0.0 Guardfile
vmstat-2.3.0 Guardfile
vmstat-2.2.1 Guardfile
vmstat-2.2.0 Guardfile
vmstat-2.1.1 Guardfile
errbit_plugin-0.6.0 Guardfile
hydra-file_characterization-0.3.3 Guardfile
hydra-file_characterization-0.3.2 Guardfile
wisper-1.6.1 Guardfile
errbit_plugin-0.5.0 Guardfile
wisper-2.0.0.rc1 Guardfile
ttable-0.0.6 Guardfile
ttable-0.0.5 Guardfile
ttable-0.0.4 Guardfile
wisper-1.6.0 Guardfile
ttable-0.0.3 Guardfile
ttable-0.0.2 Guardfile