Sha256: 45b76567b0b238b52d19cfcc4e1cc18665d7c3ea31413334518891d9a63814f9

Contents?: true

Size: 155 Bytes

Versions: 11

Compression:

Stored size: 155 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
locasms-0.4.0 Guardfile
locasms-0.3.1 Guardfile
locasms-0.3.0 Guardfile
locasms-0.2.0 Guardfile
locasms-0.1.7 Guardfile
locasms-0.1.6 Guardfile
locasms-0.1.5 Guardfile
locasms-0.1.4 Guardfile
locasms-0.1.2 Guardfile
locasms-0.1.1 Guardfile
castiel-0.0.1 Guardfile