Sha256: 8ad33de824e6ccceb54ff1c77566e32fe0574bd93ce0ac703e87bc5427c5c827

Contents?: true

Size: 227 Bytes

Versions: 14

Compression:

Stored size: 227 Bytes

Contents

clearing :on

guard :minitest do
  %i(services).each do |dir|
    watch(%r{^spec/#{dir}/(.+)_spec\.rb})
    watch(%r{^#{dir}/(.+)\.rb}) { "spec/#{dir}/#{_1[1]}_spec.rb" }
  end
  watch(%r{^spec/spec_helper\.rb}) { 'spec' }
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rodbot-0.4.5 lib/templates/new/guardfile.rb
rodbot-0.4.4 lib/templates/new/guardfile.rb
rodbot-0.4.3 lib/templates/new/guardfile.rb
rodbot-0.4.2 lib/templates/new/guardfile.rb
rodbot-0.4.1 lib/templates/new/guardfile.rb
rodbot-0.4.0 lib/templates/new/guardfile.rb
rodbot-0.3.4 lib/templates/new/guardfile.rb
rodbot-0.3.3 lib/templates/new/guardfile.rb
rodbot-0.3.2 lib/templates/new/guardfile.rb
rodbot-0.3.1 lib/templates/new/guardfile.rb
rodbot-0.3.0 lib/templates/new/guardfile.rb
rodbot-0.2.0 lib/templates/new/guardfile.rb
rodbot-0.1.1 lib/templates/new/guardfile.rb
rodbot-0.1.0 lib/templates/new/guardfile.rb