Commit 71bad50

mo khan <mo.khan@gmail.com>
2020-09-18 21:32:22
chore: remove Guardfile
1 parent bd23874
Changed files (1)
Guardfile
@@ -1,6 +0,0 @@
-guard :rspec do
-  watch(%r{^spec/.+_spec\.rb$})
-  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
-  watch('spec/spec_helper.rb')  { "spec" }
-end
-