Skip to content

Instantly share code, notes, and snippets.

@falonofthetower
Created November 10, 2015 20:07
Show Gist options
  • Save falonofthetower/b2ad2d4c09a36dcf8573 to your computer and use it in GitHub Desktop.
Save falonofthetower/b2ad2d4c09a36dcf8573 to your computer and use it in GitHub Desktop.
guard :minitest do
watch(%r{^(.*)\/?test_(.*)\.rb$})
watch(%r{^(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[1]}test_#{m[2]}.rb" }
watch(%r{^test_helper\.rb$}) { 'test' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment