I hereby claim:
- I am raulb on github.
- I am raulb (https://keybase.io/raulb) on keybase.
- I have a public key whose fingerprint is 8825 0177 BEFC D287 4BAC EBAD D935 FB80 9D0F A1F2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
guard :minitest, test_folders: '.' do
watch(/.*/) do |m|
file = m[0].split('.rb')[0]
file += "_test" unless file.end_with?("_test")
"./#{file}.rb"
end
end