public
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/dchelimsky/rspec.git
Click here to lend your support to: rspec and make a donation at www.pledgie.com !
rspec / .autotest
100644 6 lines (4 sloc) 0.162 kb
1
2
3
4
5
6
Autotest.add_hook :initialize do |at|
  at.add_exception("spec/interop/test/unit/resources")
  at.add_exception("spec/spec/runner/drb_command_line_spec.rb")
end