Sha256: b1d4e94d8a4808eb61675e6034e619f0563c7f834d59bf1fa9e8f6767327605b

Contents?: true

Size: 222 Bytes

Versions: 7

Compression:

Stored size: 222 Bytes

Contents

guard 'rspec', cmd: "bundle exec 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

7 entries across 7 versions & 2 rubygems

Version Path
rake_mailer-1.0.5 Guardfile
rake_mailer-1.0.4 Guardfile
rake_mailer-1.0.3 Guardfile
rake_mailer-1.0.2 Guardfile
rake_mailer-1.0.1 Guardfile
rake_mailer-1.0.0 Guardfile
hoohoo-0.0.1 Guardfile