Guardfile in svm_helper-0.1.0 vs Guardfile in svm_helper-0.1.1

- old
+ new

@@ -1,6 +1,6 @@ -# guard 'rspec', cli: "--color --format p", all_after_pass: false do -guard 'rspec', cli: "--color --format p", all_after_pass: false, rvm:['2.0.0@svm_helper', 'jruby@svm_helper'] do +guard 'rspec', cli: "--color --format p", all_after_pass: false do +# guard 'rspec', cli: "--color --format p", all_after_pass: false, rvm:['2.0.0@svm_helper', 'jruby@svm_helper'] do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/svm_helper/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } watch('spec/factories.rb') { 'spec' } watch(%r{^spec/factories/(.+)\.rb}) { 'spec' }