Skip to content

Commit

Permalink
cleaned up tests and grunt file
Browse files Browse the repository at this point in the history
  • Loading branch information
pelger committed Oct 30, 2013
1 parent 75f49be commit 8952212
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 546 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ module.exports = function (grunt) {
options: {
reporter: 'spec'
},
src: ['test/**/*Test.js']
src: ['test/unit/**/*Test.js']
}
},
mochacov: {
options: {
reporter: 'html-cov'
},
all: ['test/**/*.js']
all: ['test/unit/**/*.js']
}
});

Expand Down
131 changes: 0 additions & 131 deletions lib/api/consumer.js

This file was deleted.

94 changes: 0 additions & 94 deletions lib/api/metadata.js

This file was deleted.

131 changes: 0 additions & 131 deletions lib/api/producer.js

This file was deleted.

Loading

0 comments on commit 8952212

Please sign in to comment.