Guardfile in git_helper-3.3.1 vs Guardfile in git_helper-3.3.2
- old
+ new
@@ -1,2 +1,4 @@
-guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
+# frozen_string_literal: true
+
+guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }