Skip to content

Conversation

@dwt
Copy link
Owner

@dwt dwt commented Aug 25, 2011

functionally it's just spyOn, with the one added feature that it doesn't care if the stubbed method is already there.

The idea is that this way you can express explicitly in the code that you are stubbing something out, so the reader doesn't have to figure that out by himself.

John Firebaugh and others added 30 commits September 28, 2010 20:43
fixed html comments in SpecRunner.html example
…tolerate them if they exist so counts match even when using bad style
Merging after verifying locally that all specs are green (node, browser)
add linux support to ``rake spec:browser``
Remove double negative in docs (not.toNotContain, not.toNotEqual)
add license to gemspec so automated tools can pick it up
fix task list not displaying properly on github for contribute.markdown
dburt and others added 30 commits July 31, 2012 15:03
It now calculates and compares a difference, rather than rounding
two separate quantities and testing for their equality.
Change toBeCloseTo matcher to be more consistent
This stops it throwing errors in IE and other browsers. I think the newer Firefox and Chrome versions are the only browsers to not die when running it.
Wrapped the reserved word, "for", in quotes.
Guarantee that afterEach and after blocks are always run
Don't assume exports is defined when window is undefined
update jsdoc for jasmine.Matchers.prototype.toThrow
create downloads dir if needed during build_standalone_distribution
Fix swapped template values in build_standalone_runner.rb.
JSDoc @return-tag to 'spyOn' and 'expect' functions
spec that to spy on an undefined method throws exception
less confusing messages for toHaveBeenCalledWith
…cts were not properly compared resulting in non-matching RegExp objects to always return true. a patch to jasmine.Env.equals_ adds an extra step for RexExp objects to be compared.
…accepted by the ES6. Note that the tests for this case are checking for the support of the sticky parameter. the logic is still tested by the other expect statements in browsers that do not support sticky but will never enter that block as creating a regExp with that flag is not allowed. Coverage is still good. See jasmine#234
comparison for regExp that compares pattern and modifiers
When making assertions about complex objects, Jasmine's
failure message are sometimes gigantic and difficult
to read because the string representation of an object
contains all of the methods and properties in its
prototype chain. This commit causes the pretty printer
to only display on object's own properties.
Currently, jasmine's pretty printer traverses objects
to 40 levels of nesting. If an object is more deeply
nested than that, an exception is thrown. I find that
after a few levels of nesting, the output becomes
difficult to read. The process of serializing such
deep objects also sometimes crashes the browser or
causes a 'slow script' warning.

This commit exposes a 'MAX_PRETTY_PRINT_DEPTH' option.
It also causes the pretty printer to skip over
parts of an object that are nested to deeply by simply
printing out 'Object' or 'Array', rather than throwing
an exception.
smaller, more configurable pretty-printing of objects
- Allow users to set the pretty-printer's recursion depth
- When pretty-printing objects, don't include inherited properties.
- Change toBeCloseTo matcher to be more consistent
- Added toBeNaN matcher
- Add checkbox to test runner which toggles catching of exceptions duri
- Add config option which stops jasmine from capturing exceptions in a
… out as we're using for (reserved keyword) as object property name. Fix is just to quote the name which allows IE6/7/8 to run the tests. I think this might also fix Issue jasmine#303 on main repo (jasmine#303)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.