Skip to content

Instantly share code, notes, and snippets.

@Ebtoulson
Created May 22, 2014 15:02
Show Gist options
  • Save Ebtoulson/518044df7245f38df1da to your computer and use it in GitHub Desktop.
Save Ebtoulson/518044df7245f38df1da to your computer and use it in GitHub Desktop.
guard :minitest do
watch(%r{^test/(.*)\/?_test(.*)\.rb$})
watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[2]}_test.rb" }
watch(%r{^test/test_helper\.rb$}) { 'test' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment