problem running jasmine-headless-webkit #29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
When I run jasmine-headless-webkit without specify any file, it is not run all spec files.
In my jasmine.yml I have:
spec_files:
I am running my tests in this way: jasmine-headless-webkit spec/javascripts//[sS]pec.js spec/javascripts/*[sS]pec.js
This fix just uses
Dir.[]
, it should cover your use case.