mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
9 lines
204 B
Text
9 lines
204 B
Text
![]() |
Autotest.add_hook :initialize do |at|
|
||
|
at.add_mapping(%r{^test/rails_root/\w.*}) do
|
||
|
at.files_matching(%r{^test/*/\w.*_test\.rb})
|
||
|
end
|
||
|
|
||
|
at.add_exception(%r{.svn})
|
||
|
at.add_exception(%r{.log$})
|
||
|
end
|