brynary / rspec forked from dchelimsky/rspec

Behaviour Driven Development framework for Ruby

This URL has Read+Write access

dchelimsky (author)
Sat Oct 10 10:04:28 -0700 2009
commit  eadbd38f56e504548982b5f7dc835c17faa656c5
tree    c09402631eacb278e3b0cc04d261ef22cffb3fda
parent  be5397f8396db19e2b4d4d275955f5a406125243
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