Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Added support for _specifications and Specifications postfix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Van Ryswyck committed Oct 7, 2011
1 parent e7cd3fa commit cfeec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jessie/finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function abs_path(file_or_dir, base_path) {

exports.finder = function() {
this.find = function(files_or_dirs, path) {
var regex = /(_spec|Spec)\.(js|coffee)$/
var regex = /(_spec|Spec|Specifications)\.(js|coffee)$/
var specs = [];
var finder = this;
files_or_dirs.forEach(function(file_or_dir) {
Expand Down

0 comments on commit cfeec39

Please sign in to comment.