Skip to content

Commit

Permalink
Dev: remove all-active test runner as now all test suites can run cle…
Browse files Browse the repository at this point in the history
…anly!
  • Loading branch information
mikesherov committed Nov 9, 2012
1 parent cc5c2aa commit 00e92e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -281,7 +281,7 @@ grunt.initConfig({
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
// disabling everything that doesn't (quite) work with PhantomJS for now
// TODO except for all|index|test, try to include more as we go
return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
})
},
lint: {
Expand Down
69 changes: 0 additions & 69 deletions tests/unit/all-active.html

This file was deleted.

0 comments on commit 00e92e1

Please sign in to comment.