Guardfile in unparser-0.0.6 vs Guardfile in unparser-0.0.7
- old
+ new
@@ -2,10 +2,10 @@
guard :bundler do
watch('Gemfile')
end
-guard :rspec, :all_on_start => false, :all_after_pass => false, :cli => '--fail-fast --backtrace' do
+guard :rspec, :all_on_start => false, :all_after_pass => false, :cli => '--fail-fast --seed 1' do
# run all specs if the spec_helper or supporting files files are modified
watch('spec/spec_helper.rb') { 'spec/unit' }
watch(%r{\Aspec/(?:lib|support|shared)/.+\.rb\z}) { 'spec/unit' }
# run unit specs if associated lib code is modified