Skip to content

Commit e2a824b

Browse files
kfischer-okarinRedmine Patch Meetup
authored andcommitted
Add Guardfile
1 parent 4cdb725 commit e2a824b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Guardfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
guard :minitest, all_on_start: false do
2+
watch(%r{^test/(.*)test(.*)\.rb$})
3+
end

0 commit comments

Comments
 (0)