Sha256: 8850d3ebf015fbd8c9cb51f06c8bec587f3e13e211dba0f46f6368e3c383b2cb

Contents?: true

Size: 237 Bytes

Versions: 10

Compression:

Stored size: 237 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

10 entries across 10 versions & 4 rubygems

Version Path
cerealizer-0.0.3 Guardfile
cerealizer-0.0.2 Guardfile
game-tictactoe-alu4078-0.0.2 Guardfile
game-tictactoe-alu4078-0.0.1 Guardfile
active_repo-0.0.1 Guardfile
rubolite-0.0.6 Guardfile
rubolite-0.0.5 Guardfile
rubolite-0.0.4 Guardfile
rubolite-0.0.3 Guardfile
rubolite-0.0.2 Guardfile