Sha256: c566445697dd98168925725d3c4d2415b17af1939f7031cc244608e7ab888bf1

Contents?: true

Size: 197 Bytes

Versions: 59

Compression:

Stored size: 197 Bytes

Contents

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

  # watch /spec/ files
  watch(%r{^spec/(.+).rb$}) do |m|
    "spec/#{m[1]}.rb"
  end
end

Version data entries

59 entries across 59 versions & 14 rubygems

Version Path
pg_shrink-0.1.0 Guardfile
pg_shrink-0.0.7 Guardfile
pg_shrink-0.0.6 Guardfile
pg_shrink-0.0.5 Guardfile
pg_shrink-0.0.4 Guardfile
hubbah-0.0.3 Guardfile
hubbah-0.0.2 Guardfile
hubbah-0.0.1 Guardfile
pg_shrink-0.0.3 Guardfile
pg_shrink-0.0.2 Guardfile
nokaya-0.0.8 Guardfile
nokaya-0.0.7 Guardfile
nokaya-0.0.6 Guardfile
nokaya-0.0.5 Guardfile
nokaya-0.0.4 Guardfile
nokaya-0.0.3 Guardfile
nokaya-0.0.2 Guardfile
nokaya-0.0.1 Guardfile
zh-0.0.1 Guardfile