File: devloop.sh

package info (click to toggle)
ruby-unparser 0.6.13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 936 kB
  • sloc: ruby: 7,691; sh: 6; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
while inotifywait lib/**/*.rb test/**/*.rb spec/**/*.rb Gemfile unparser.gemspec; do
  bundle exec rspec spec/unit -fd --fail-fast --order default \
    && bundle exec ./bin/parser-round-trip-test \
    && bundle exec mutant run --zombie --since HEAD~1 --fail-fast -- 'Unparser*' \
    && bundle exec rubocop
done