mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
rake test now obeys fdescribe
and fit
.
This commit is contained in:
parent
701631e7cb
commit
7b4e798a4d
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) {
|
jasmine.ConsoleReporter.prototype.specFilter = function(spec) {
|
||||||
return true;
|
if (!jasmine.getEnv().focusPriority) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return fSpecFilter(spec);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user