Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Autotest.add_hook :initialize do |at|
  2. # autospec should not watch these
  3. %w{.git .idea daten data}.each {|exception|at.add_exception(exception)}
  4. # to run steak's acceptance tests with autospec, include the following path
  5. at.add_mapping(%r%^spec/acceptance/.*_spec\.rb$%) do
  6. at.files_matching(%r%^spec/acceptance/.*_spec\.rb$%)
  7. end
  8. nil
  9. end
Add Comment
Please, Sign In to add comment