konacha
konacha copied to clipboard
Should it fail if a testfile can't be loaded?
If I specify a spec file that doesn't exist, I would expect an error. Instead:
bundle exec rake konacha:run RAILS_ENV=test SPEC=not_a_spec
Finished in 0.00 seconds
0 examples, 0 failed, 0 pending
It just ignores the file. This is pretty easy to notice here, but not so easy when you're passing a bunch of files.