Improve cucumber readability in guard (quiet option)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
guard :cucumber, cli: '--format pretty' do
|
guard :cucumber, cli: '--format pretty --quiet' do
|
||||||
watch(%r{\Afeatures/.+\.feature\z})
|
watch(%r{\Afeatures/.+\.feature\z})
|
||||||
watch(%r{\Afeatures/support/.+\.rb\z}) { 'features' }
|
watch(%r{\Afeatures/support/.+\.rb\z}) { 'features' }
|
||||||
watch(%r{\Afeatures/step_definitions/.+_steps\.rb\z}) { 'features' }
|
watch(%r{\Afeatures/step_definitions/.+_steps\.rb\z}) { 'features' }
|
||||||
|
Reference in New Issue
Block a user