Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b56c2a69ac | ||
|
|
4b6789ccd9 | ||
|
|
9f94e8e226 | ||
|
|
55f32e2dc6 | ||
|
|
b30a85c8f1 | ||
|
|
20ce62d5f5 | ||
|
|
c3de57aaac |
94
.travis.yml
94
.travis.yml
@@ -1,51 +1,55 @@
|
|||||||
---
|
|
||||||
script: $TEST_COMMAND
|
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
rvm: 1.9.3
|
rvm: 1.9.3
|
||||||
|
|
||||||
|
script: $TEST_COMMAND
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- USE_SAUCE=true
|
- USE_SAUCE=true
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
- TEST_COMMAND="bash travis-core-script.sh"
|
- TEST_COMMAND="bash travis-core-script.sh"
|
||||||
- JASMINE_BROWSER="firefox"
|
- JASMINE_BROWSER="firefox"
|
||||||
- SAUCE_OS="Linux"
|
|
||||||
- SAUCE_BROWSER_VERSION=''
|
|
||||||
- secure: WSPWhlnC4mWSnSPquX+m1/BCu5ch5NygkaHuM2Nea7lD8oS3XLX8QncZZAsQ4lnNfqoDDuBOizG0AESiqNvE4y6x5qvLLTS6q+ce255ZEMZ71TBdZgDEEvGMEjOPPsVXiXyTQOP1lwOPlrbZvaPgWV7e11KIBab6DfFcQpnvDgo=
|
|
||||||
- secure: SW7CJhZnwaNT749Gdnhvqb5rbXlAOsygUAzh9qhtyvbqXKkmJdBIEsO01YF6pbju1X2twE9JvWCOxeZju43NgQChJlPsGbjY2j3k/TdQeTAJesQe2K7ytwghunI30gjEovtRH0T3w1EmcKPH8yj5eBIcB2OYoJHx8KEC7e68q1g=
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- env:
|
|
||||||
- USE_SAUCE=false
|
|
||||||
- TEST_COMMAND="bash travis-node-script.sh"
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="safari"
|
|
||||||
- SAUCE_OS="OS X 10.8"
|
|
||||||
- SAUCE_BROWSER_VERSION=6
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="safari"
|
|
||||||
- SAUCE_OS="OS X 10.6"
|
|
||||||
- SAUCE_BROWSER_VERSION=5
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="internet explorer"
|
|
||||||
- SAUCE_OS="Windows 8"
|
|
||||||
- SAUCE_BROWSER_VERSION=10
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="internet explorer"
|
|
||||||
- SAUCE_OS="Windows 7"
|
|
||||||
- SAUCE_BROWSER_VERSION=9
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="internet explorer"
|
|
||||||
- SAUCE_OS="Windows 7"
|
|
||||||
- SAUCE_BROWSER_VERSION=8
|
|
||||||
- env:
|
|
||||||
- JASMINE_BROWSER="chrome"
|
|
||||||
- SAUCE_OS="Linux"
|
- SAUCE_OS="Linux"
|
||||||
- SAUCE_BROWSER_VERSION=''
|
- SAUCE_BROWSER_VERSION=''
|
||||||
- env:
|
- secure: WSPWhlnC4mWSnSPquX+m1/BCu5ch5NygkaHuM2Nea7lD8oS3XLX8QncZZAsQ4lnNfqoDDuBOizG0AESiqNvE4y6x5qvLLTS6q+ce255ZEMZ71TBdZgDEEvGMEjOPPsVXiXyTQOP1lwOPlrbZvaPgWV7e11KIBab6DfFcQpnvDgo=
|
||||||
- JASMINE_BROWSER="phantomjs"
|
- secure: SW7CJhZnwaNT749Gdnhvqb5rbXlAOsygUAzh9qhtyvbqXKkmJdBIEsO01YF6pbju1X2twE9JvWCOxeZju43NgQChJlPsGbjY2j3k/TdQeTAJesQe2K7ytwghunI30gjEovtRH0T3w1EmcKPH8yj5eBIcB2OYoJHx8KEC7e68q1g=
|
||||||
- USE_SAUCE=false
|
|
||||||
- env:
|
matrix:
|
||||||
- USE_SAUCE=false
|
include:
|
||||||
- JASMINE_BROWSER="phantomjs"
|
- env:
|
||||||
- TEST_COMMAND="bash travis-docs-script.sh"
|
- USE_SAUCE=false
|
||||||
|
- TEST_COMMAND="bash travis-node-script.sh"
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="safari"
|
||||||
|
- SAUCE_OS="OS X 10.8"
|
||||||
|
- SAUCE_BROWSER_VERSION=6
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="safari"
|
||||||
|
- SAUCE_OS="OS X 10.6"
|
||||||
|
- SAUCE_BROWSER_VERSION=5
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="internet explorer"
|
||||||
|
- SAUCE_OS="Windows 8"
|
||||||
|
- SAUCE_BROWSER_VERSION=10
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="internet explorer"
|
||||||
|
- SAUCE_OS="Windows 7"
|
||||||
|
- SAUCE_BROWSER_VERSION=9
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="internet explorer"
|
||||||
|
- SAUCE_OS="Windows 7"
|
||||||
|
- SAUCE_BROWSER_VERSION=8
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="chrome"
|
||||||
|
- SAUCE_OS="Linux"
|
||||||
|
- SAUCE_BROWSER_VERSION=''
|
||||||
|
- env:
|
||||||
|
- JASMINE_BROWSER="phantomjs"
|
||||||
|
- USE_SAUCE=false
|
||||||
|
- env:
|
||||||
|
- USE_SAUCE=false
|
||||||
|
- JASMINE_BROWSER="phantomjs"
|
||||||
|
- TEST_COMMAND="bash travis-docs-script.sh"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<a name="README">[<img src="https://rawgithub.com/pivotal/jasmine/master/images/jasmine-horizontal.svg" width="400px" />](http://jasmine.github.io)</a>
|
<a name="README">[<img src="https://rawgithub.com/pivotal/jasmine/master/images/jasmine-horizontal.svg" width="400px" />](http://jasmine.github.io)</a>
|
||||||
|
|
||||||
[](https://travis-ci.org/pivotal/jasmine) [](https://codeclimate.com/github/pivotal/jasmine)
|
[](https://travis-ci.org/jasmine/jasmine) [](https://codeclimate.com/github/pivotal/jasmine)
|
||||||
|
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
BIN
dist/jasmine-standalone-2.1.3.zip
vendored
Normal file
BIN
dist/jasmine-standalone-2.1.3.zip
vendored
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -573,13 +573,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
env: this,
|
env: this,
|
||||||
id: getNextSuiteId(),
|
id: getNextSuiteId(),
|
||||||
description: 'Jasmine__TopLevel__Suite',
|
description: 'Jasmine__TopLevel__Suite',
|
||||||
queueRunner: queueRunnerFactory,
|
queueRunner: queueRunnerFactory
|
||||||
onStart: function(suite) {
|
|
||||||
reporter.suiteStarted(suite.result);
|
|
||||||
},
|
|
||||||
resultCallback: function(attrs) {
|
|
||||||
reporter.suiteDone(attrs);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
runnableLookupTable[topSuite.id] = topSuite;
|
runnableLookupTable[topSuite.id] = topSuite;
|
||||||
defaultResourcesForRunnable(topSuite.id);
|
defaultResourcesForRunnable(topSuite.id);
|
||||||
@@ -1411,15 +1405,20 @@ getJasmineRequireObj().buildExpectationResult = function() {
|
|||||||
var messageFormatter = options.messageFormatter || function() {},
|
var messageFormatter = options.messageFormatter || function() {},
|
||||||
stackFormatter = options.stackFormatter || function() {};
|
stackFormatter = options.stackFormatter || function() {};
|
||||||
|
|
||||||
return {
|
var result = {
|
||||||
matcherName: options.matcherName,
|
matcherName: options.matcherName,
|
||||||
expected: options.expected,
|
|
||||||
actual: options.actual,
|
|
||||||
message: message(),
|
message: message(),
|
||||||
stack: stack(),
|
stack: stack(),
|
||||||
passed: options.passed
|
passed: options.passed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if(!result.passed) {
|
||||||
|
result.expected = options.expected;
|
||||||
|
result.actual = options.actual;
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
|
||||||
function message() {
|
function message() {
|
||||||
if (options.passed) {
|
if (options.passed) {
|
||||||
return 'Passed.';
|
return 'Passed.';
|
||||||
@@ -2905,5 +2904,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '2.1.2';
|
return '2.1.3';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "2.1.2"
|
VERSION = "2.1.3"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pivotal/jasmine.git"
|
"url": "https://github.com/pivotal/jasmine.git"
|
||||||
|
|||||||
21
release_notes/v2.1.3.md
Normal file
21
release_notes/v2.1.3.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Jasmine Core 2.1.3 Release Notes
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
This release is primarily a bug-fix release to clean up some recent regressions.
|
||||||
|
|
||||||
|
## Pull Requests & Issues
|
||||||
|
|
||||||
|
* Top level suite no longer reports suiteStart and suiteDone
|
||||||
|
- Fixes [#716](https://github.com/jasmine/jasmine/issues/716)
|
||||||
|
|
||||||
|
* Don't keep the expected and actual for a passed expectation
|
||||||
|
- Fixes [#640](https://github.com/jasmine/jasmine/issues/640)
|
||||||
|
- Fixes [#690](https://github.com/jasmine/jasmine/issues/690)
|
||||||
|
|
||||||
|
* Use the new build env on Travis
|
||||||
|
- Merges [#712](https://github.com/jasmine/jasmine/issues/712) from @joshk
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
@@ -100,21 +100,6 @@ describe("Env integration", function() {
|
|||||||
env.execute();
|
env.execute();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Tells the reporter when the top-level suite has started and finished', function(done) {
|
|
||||||
var env = new j$.Env(),
|
|
||||||
reporter = jasmine.createSpyObj('reporter', ['suiteStarted', 'suiteDone', 'jasmineDone']);
|
|
||||||
|
|
||||||
reporter.jasmineDone.and.callFake(function() {
|
|
||||||
expect(reporter.suiteStarted).toHaveBeenCalled();
|
|
||||||
expect(reporter.suiteDone).toHaveBeenCalled();
|
|
||||||
done();
|
|
||||||
});
|
|
||||||
|
|
||||||
env.addReporter(reporter);
|
|
||||||
|
|
||||||
env.execute();
|
|
||||||
});
|
|
||||||
|
|
||||||
it("Multiple top-level Suites execute as expected", function(done) {
|
it("Multiple top-level Suites execute as expected", function(done) {
|
||||||
var env = new j$.Env(),
|
var env = new j$.Env(),
|
||||||
calls = [];
|
calls = [];
|
||||||
@@ -1105,7 +1090,7 @@ describe("Env integration", function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
expect(reporter.specDone.calls.count()).toBe(5);
|
expect(reporter.specDone.calls.count()).toBe(5);
|
||||||
var suiteResult = reporter.suiteStarted.calls.argsFor(1)[0];
|
var suiteResult = reporter.suiteStarted.calls.argsFor(0)[0];
|
||||||
expect(suiteResult.description).toEqual("A Suite");
|
expect(suiteResult.description).toEqual("A Suite");
|
||||||
|
|
||||||
done();
|
done();
|
||||||
|
|||||||
@@ -179,13 +179,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
env: this,
|
env: this,
|
||||||
id: getNextSuiteId(),
|
id: getNextSuiteId(),
|
||||||
description: 'Jasmine__TopLevel__Suite',
|
description: 'Jasmine__TopLevel__Suite',
|
||||||
queueRunner: queueRunnerFactory,
|
queueRunner: queueRunnerFactory
|
||||||
onStart: function(suite) {
|
|
||||||
reporter.suiteStarted(suite.result);
|
|
||||||
},
|
|
||||||
resultCallback: function(attrs) {
|
|
||||||
reporter.suiteDone(attrs);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
runnableLookupTable[topSuite.id] = topSuite;
|
runnableLookupTable[topSuite.id] = topSuite;
|
||||||
defaultResourcesForRunnable(topSuite.id);
|
defaultResourcesForRunnable(topSuite.id);
|
||||||
|
|||||||
@@ -4,15 +4,20 @@ getJasmineRequireObj().buildExpectationResult = function() {
|
|||||||
var messageFormatter = options.messageFormatter || function() {},
|
var messageFormatter = options.messageFormatter || function() {},
|
||||||
stackFormatter = options.stackFormatter || function() {};
|
stackFormatter = options.stackFormatter || function() {};
|
||||||
|
|
||||||
return {
|
var result = {
|
||||||
matcherName: options.matcherName,
|
matcherName: options.matcherName,
|
||||||
expected: options.expected,
|
|
||||||
actual: options.actual,
|
|
||||||
message: message(),
|
message: message(),
|
||||||
stack: stack(),
|
stack: stack(),
|
||||||
passed: options.passed
|
passed: options.passed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if(!result.passed) {
|
||||||
|
result.expected = options.expected;
|
||||||
|
result.actual = options.actual;
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
|
||||||
function message() {
|
function message() {
|
||||||
if (options.passed) {
|
if (options.passed) {
|
||||||
return 'Passed.';
|
return 'Passed.';
|
||||||
|
|||||||
Reference in New Issue
Block a user