mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
rake test now obeys fdescribe and fit.
This commit is contained in:
6
vendor/jasmine-console-reporter.js
vendored
6
vendor/jasmine-console-reporter.js
vendored
@@ -43,5 +43,9 @@ jasmine.ConsoleReporter.prototype.reportSpecResults = function(spec) {
|
||||
};
|
||||
|
||||
jasmine.ConsoleReporter.prototype.specFilter = function(spec) {
|
||||
return true;
|
||||
if (!jasmine.getEnv().focusPriority) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return fSpecFilter(spec);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user