problem running jasmine-headless-webkit #29

Closed
opened 2011-06-29 21:35:21 +00:00 by lporras · 1 comment
lporras commented 2011-06-29 21:35:21 +00:00 (Migrated from github.com)

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:

  • */[sS]pec.js

I am running my tests in this way: jasmine-headless-webkit spec/javascripts//[sS]pec.js spec/javascripts/*[sS]pec.js

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: - *_/_[sS]pec.js I am running my tests in this way: jasmine-headless-webkit spec/javascripts/_/_[sS]pec.js spec/javascripts/*[sS]pec.js
johnbintz commented 2011-06-30 10:46:19 +00:00 (Migrated from github.com)

This fix just uses Dir.[], it should cover your use case.

This fix just uses `Dir.[]`, it should cover your use case.
Sign in to join this conversation.
No Label
bug
doc
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/jasmine-headless-webkit#29
No description provided.