Skip to content

Commit

Permalink
Remove unneeded requires from FeaturePathExpander
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Oct 8, 2011
1 parent 4a24ac0 commit a4c9f30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cucumber/cli/argument_parser/feature_path_expander.js
@@ -1,7 +1,3 @@
var fs = require('fs');
var glob = require('glob');
var _ = require('underscore');

var FeaturePathExpander = {
expandPaths: function expandPaths(paths) {
var Cucumber = require('../../../cucumber');
Expand Down

0 comments on commit a4c9f30

Please sign in to comment.