Guardfile in phony_rails-0.13.0 vs Guardfile in phony_rails-0.13.1

- old
+ new

@@ -6,7 +6,7 @@ end guard 'rspec', cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } - watch('spec/spec_helper.rb') { "spec" } + watch('spec/spec_helper.rb') { 'spec' } end