Sha256: cfaec9d7a68995e7cfe1a4a90924a9daac9c7637284ee41512922942c6d0e7c0

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

guard 'rspec', cmd: 'rspec', :spec_paths => ["test/spec"] do
  watch(%r{^test/spec/.+_spec\.rb$})
  watch(%r{^controllers/(.+)\.rb$}) {|m| "test/spec/controller_#{m[1]}_spec.rb"}
  watch(%r{^lib/(.+)\.rb$}) {|m| "test/spec/#{m[1]}_spec.rb"}
  watch('test/test_helper.rb') {'test/spec'}
end

guard "rubycritic" do
  watch(%r{^test/spec/.+_spec\.rb$})
  watch(%r{^controllers/(.+)\.rb$})
  watch(%r{^lib/(.+)\.rb$})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sinatra-scaffolder-0.0.3 lib/template/Guardfile