File: Guardfile

package info (click to toggle)
ruby-em-spec 0.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: ruby: 500; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
guard 'bundler' do
  watch(/^Gemfile/)
  watch(/^.+\.gemspec/)
end

guard 'rspec', :version => 2 do
  watch(/^spec\/.*_spec\.rb/)
  watch(/^lib\/(.*)\.rb/)
end