Skip to content

Commit

Permalink
Add Gemfile.shared to devloop event sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Oct 16, 2020
1 parent 1a216a0 commit e823048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devloop.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
while inotifywait **/*.rb Gemfile mutant.gemspec; do
while inotifywait **/*.rb Gemfile Gemfile.shared mutant.gemspec; do
bundle exec rspec spec/unit -fd --fail-fast --order default \
&& bundle exec ./mutant.sh --since master -- 'Mutant*' \
&& bundle exec rubocop
Expand Down

0 comments on commit e823048

Please sign in to comment.