Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cmrd-senya
Created November 10, 2016 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmrd-senya/d79cedf0083b9162dac6ba4cd2f4f457 to your computer and use it in GitHub Desktop.
Save cmrd-senya/d79cedf0083b9162dac6ba4cd2f4f457 to your computer and use it in GitHub Desktop.
Running "syncversion" task
Running "jshint:all" (jshint) task
>> 5 files lint free.
Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom
...............x.x....x.xx......x........x.....x.x..xx........................................................................................xx...........x.x............................................................................
jasmine.Fixtures load when fixture container does not exist should automatically create fixtures container and append it to DOM: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 106) (1)
jasmine.Fixtures load when fixture contains an inline <script> tag should execute the inline javascript after the fixture has been inserted into the body: failed
Expected { 0 : HTMLNode, length : 1 } to have class 'foo'. (1)
jasmine.Fixtures appendLoad should automatically create fixtures container and append it to DOM: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 160) (1)
jasmine.Fixtures appendLoad with a prexisting fixture should not add a new fixture container: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 175) (1)
jasmine.Fixtures appendLoad when fixture contains an inline <script> tag should execute the inline javascript after the fixture has been inserted into the body: failed
Expected { 0 : HTMLNode, length : 1 } to have class 'foo'. (1)
jasmine.Fixtures set when fixture container does not exist should automatically create fixtures container and append it to DOM: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 234) (1)
jasmine.Fixtures appendSet when fixture container does not exist should automatically create fixtures container and append it to DOM: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 297) (1)
jasmine.Fixtures cleanUp should remove fixtures container from DOM: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 352) (1)
jasmine.Fixtures automatic DOM clean-up between tests SECOND TEST: should see the DOM in a blank state: failed
TypeError: 'undefined' is not a function (evaluating 'fixturesContainer().size()') in file:///home/senya/source/jasmine-jquery/spec/suites/jasmine-jquery-spec.js (line 366) (1)
jasmine.Fixtures using real AJAX call when fixture contains an <script src='to/your/source'> tag should load content of fixture file and javascript and bind events: failed
Expected { 0 : HTMLNode, length : 1 } to have class 'foo'. (1)
jasmine.Fixtures using real AJAX call when fixture contains an <script src='to/your/source'> tag should load multiple javascripts and bind events in fixture: failed
Expected { 0 : HTMLNode, length : 1 } to have class 'foo'. (1)
Expected { 0 : HTMLNode, length : 1 } to have class 'bar'. (2)
jQuery matcher toHaveBeenTriggeredOn should pass negated if the event was triggered on another non-descendant object: failed
Expected event [object Object] not to have been triggered on [object Object] (1)
Expected event [object Object] not to have been triggered on #clickme (2)
jQuery matcher toHaveBeenTriggeredOn should pass if the event call count is incremented: failed
Expected 7 to equal 1. (1)
Expected 21 to equal 3. (2)
jQuery matcher toHaveBeenTriggered should pass negated if the event was triggered on another non-descendant object: failed
Expected event click not to have been triggered on [object Object] (1)
jQuery matcher toHaveBeenTriggered should pass if the event call count is incremented: failed
Expected 7 to equal 1. (1)
Expected 21 to equal 3. (2)
234 specs in 0.598s.
>> 19 failures
Warning: Task "jasmine:src" failed. Use --force to continue.
Aborted due to warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment