Guardfile in ayadn-1.0.5 vs Guardfile in ayadn-1.0.6
- old
+ new
@@ -1,7 +1,7 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
-
+#guard init rspec
guard :rspec do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/ayadn/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
watch('spec/helpers.rb')