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
zh-0.1.0 Guardfile
FCleaner-0.1.2 Guardfile
FCleaner-0.1.1 Guardfile
FCleaner-0.1 Guardfile
rocketgate-ruby-0.0.2 Guardfile
rocketgate-ruby-0.0.1.pre Guardfile
nokaya-0.1.5 Guardfile
bsi-pipeline-0.0.7 Guardfile
nokaya-0.1.4 Guardfile
nokaya-0.1.3 Guardfile
nokaya-0.1.2 Guardfile
nokaya-0.1.1 Guardfile
bsi-pipeline-0.0.6 Guardfile
bsi-pipeline-0.0.5 Guardfile
bsi-pipeline-0.0.4 Guardfile
bsi-pipeline-0.0.3 Guardfile
etl-pipeline-0.0.3 Guardfile
bsi-pipeline-0.0.2 Guardfile
bsi-pipeline-0.0.1 Guardfile
etl-pipeline-0.0.1 Guardfile