drewdeponte / snapdragon

A Jasmine JavaScript test runner that lets you run tests on the command-line similar to RSpec.
Other
6 stars 8 forks source link

Add ability to pass pattern for loading of spec files #23

Closed BRIMIL01 closed 11 years ago

BRIMIL01 commented 11 years ago

Implement feature similar to --pattern flag in rspec to set a pattern for loading spec files from a location: -P, --pattern PATTERN Load files matching pattern (default: "spec/*_/__spec.rb").

Make default pattern spec/*_/__spec.js

drewdeponte commented 11 years ago

This has been completed by pull request #27 so I am closing this issue.