Skip to content

Commit

Permalink
Ajoute la surveillance des spec de feature
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon authored and shanser committed Jul 28, 2021
1 parent d180a10 commit 1a18393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ group :red_green_refactor, halt_on_fail: true do

# Turnip features and steps
watch(%r{^spec/jobs/(.+)_spec\.rb$})
watch(%r{^spec/features/(.+)_spec\.rb$})
watch(%r{^spec/acceptance/(.+)\.feature$})
watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) do |m|
Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance'
Expand Down

0 comments on commit 1a18393

Please sign in to comment.