Disable bdd cycle.
Yes, it takes a way to long before you can get started. We anyway have to run spec:portability to also locally test on all supported Rubies.
This commit is contained in:
parent
4ed28a3cbe
commit
83def5004f
@ -1,5 +1,5 @@
|
||||
group :specs do
|
||||
guard :rspec, :cli => '--fail-fast --format doc' do
|
||||
guard :rspec, :all_on_start => false, :all_after_pass => false, :cli => '--fail-fast --format doc' do
|
||||
watch(%r{^spec/.+_spec\.rb$})
|
||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
||||
watch('spec/support/listener_helper.rb') { Dir.glob("spec/guard/listeners/*") }
|
||||
|
Loading…
Reference in New Issue
Block a user