Skip to content

Commit

Permalink
changes to the global_helpers should run every helper spec too
Browse files Browse the repository at this point in the history
  • Loading branch information
jherdman committed May 12, 2008
1 parent 538a7c5 commit 4bf10ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def initialize # :nodoc:
# Any change to global_helpers will result in all view and controller
# tests being run
add_mapping %r%^app/helpers/global_helpers\.rb% do
files_matching %r%^spec/(views|controllers)/.*_spec\.rb$%
files_matching %r%^spec/(views|controllers|helpers)/.*_spec\.rb$%
end

# Any change to a helper will cause its spec to be run
Expand Down

0 comments on commit 4bf10ff

Please sign in to comment.