iris/test_watch
Eric Budd 3b6ad0d3d3 Begin building out test suite
- Minor code shuffling
- Privatization of some methods
- Readline script doesn't kick off if running from a test
2018-02-02 00:59:57 -05:00

7 lines
186 B
Plaintext
Executable File

echo "Watching..."
find . -name "*.rb" | entr sh -c 'clear; ruby iris_test.rb'
# while inotifywait -r -e modify ./spec; do
# SKIP_PRECOMPILE=TRUE SKIP_LINT=TRUE ./test.sh $1
# done