Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
always run everything w/ autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 16, 2010
1 parent b55735c commit c0e4754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .autotest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Autotest.add_hook :initialize do |at|
at.add_mapping(%r%^lib/.*\.rb$%) {
at.files_matching %r%^spec/.*\_spec.rb$%
at.clear_mappings
at.add_mapping(%r%\.rb$%) {
at.files_matching %r%^spec/.*_spec\.rb$%
}
end

0 comments on commit c0e4754

Please sign in to comment.