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
cvprac-1.0.1 Guardfile
cvprac-1.0.0 Guardfile
stoarray-0.3.0 Guardfile
stoarray-0.2.0 Guardfile
stoarray-0.1.2 Guardfile
stoarray-0.1.1 Guardfile
stoarray-0.1.0 Guardfile
j2j-0.2.6 Guardfile
j2j-0.2.5 Guardfile
j2j-0.2.4 Guardfile
j2j-0.2.3 Guardfile
j2j-0.2.1 Guardfile
j2j-0.1.1 Guardfile
datacite_doi_ify-1.1.0 Guardfile
quandl-config-0.0.3 Guardfile
nokaya-0.1.6 Guardfile
quandl-slack-0.0.2 Guardfile
quandl-config-0.0.2 Guardfile
quandl-slack-0.0.1 Guardfile
quandl-config-0.0.1 Guardfile