public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/raggi/rspec.git
rspec / .autotest
100644 4 lines (4 sloc) 0.16 kb
1
2
3
4
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