Skip to content

Commit

Permalink
running when .tt file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Sep 25, 2012
1 parent 7b00322 commit b3a25e8
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 @@ -6,5 +6,6 @@ guard 'cucumber', :notification => true, :all_after_pass => true, :cli => '--pro
watch(%r{^features/support/.+$}) { 'features' }
watch(%r{^features/step_definitions/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'features' }
watch(%r{^lib/.+\.rb$}) { "features" }
watch(%r{^lib/.+\.tt$}) { "features" }
watch(%r{^cucumber.yml$}) { "features" }
end

0 comments on commit b3a25e8

Please sign in to comment.