Gregg Van Hove
7cd8c41d31
Merge pull request #818 from lpww/patch-1
...
Update formatting
2015-04-05 21:56:59 -07:00
Thomas Treffry
d7dd85c64f
Update formatting
...
Remove periods from bullet points for consistency with rest of document
2015-04-05 20:19:29 -07:00
Davis W. Frank
2d5c071d28
Merge pull request #815 from jhamon/contributing-subjective-readability-improvements
...
Subjective readability improvements to CONTRIBUTING.md
2015-04-02 08:49:39 -07:00
Jen Hamon
76bc0a87db
Use code fence syntax around git workflow for readability.
2015-04-01 13:25:32 -07:00
Jen Hamon
5cae401c98
Pull urls out of paragraph to improve readability
2015-04-01 13:06:58 -07:00
Gregg Van Hove
1d366772b7
Don't throw if we're already handling an exception
...
[finish #91407284 ]
2015-03-30 08:19:06 -07:00
Gregg Van Hove and Nikhil Gajwani
d137b83c1c
Don't install the clock if the current timing functions aren't the originals
...
[finish #64116664 ] Fix #782
2015-03-27 10:14:03 -07:00
Gregg Van Hove
692c8716f0
Style disabled specs in the results list
2015-03-26 15:45:26 -07:00
Gregg Van Hove
965229bd03
Properly pass j$ to Any so it can use other jasmine stuff
...
Fixes #806
2015-03-18 13:12:40 -07:00
Gregg Van Hove
46044dd345
Merge branch 'sgravrock-clock-reset'
2015-03-15 13:23:56 -07:00
Steve Gravrock
2af9a45fb2
Correctly handle functions that are scheduled after the clock is uninstalled and reinstalled from within Clock#tick.
...
Fixes #790 .
2015-03-14 17:40:27 -07:00
Gregg Van Hove
abc0c4a97e
Update to ruby 2.x for travis builds
...
- sauce gem allowed cmdparse to upgrade a major version and 3.0 of
cmdparse requires ruby >= 2.0.0
2015-03-14 15:26:46 -07:00
slackersoft
eb1d98338a
Properly inject j$ into Suite
2015-03-06 11:43:57 -08:00
slackersoft
f0c480f456
Use onclick directly to better support older webkit
2015-03-06 10:09:08 -08:00
Gregg Van Hove and Molly Trombley-McCann
7693a4c959
Allow user to stop a specs execution when an expectation fails
...
[finish #1165916 ] #577
2015-03-05 15:28:00 -08:00
Gregg Van Hove
1a08d1e8c6
Don't use deprecated onComplete syntax for jasmine-npm
2015-03-04 17:44:05 -08:00
Gregg Van Hove
ce9600a3f6
Allow the clock to be installed for the duration of a single closure
...
[finish #67434180 ]
2015-03-04 17:41:49 -08:00
Gregg Van Hove and Molly Trombley-McCann
c58d83bbe3
Merge branch 'remove-unnecessary-conditional' of https://github.com/toddbranch/jasmine into toddbranch-remove-unnecessary-conditional
2015-03-04 12:00:07 -08:00
Gregg Van Hove and Molly Trombley-McCann
1c6f4ef0e6
Build distribution for previous changes
2015-03-04 11:58:47 -08:00
Gregg Van Hove
c77ff30263
Show the name of the constructor function when printing an any
...
- instead of a `toString` of the entire constructor
Fixes #796
2015-03-03 13:27:31 -08:00
Gregg Van Hove
dc652cfb05
Clean up some TreeProcessor stuff.
...
- Properly segment parents of segmented suites
2015-03-03 13:14:20 -08:00
Gregg Van Hove
22f58c0049
Merge pull request #789 from sgravrock/safe-temp-dir
...
Don't use hardcoded temporary directory paths
2015-03-02 13:59:26 -08:00
slackersoft
715de7aa38
Implement TreeProcessor to solve some issues with running the suite
...
- execute beforeAll/afterAll once per suite instead of once per child
when running focused specs/suites Fixes #773
- refuse to execute an order if it would cause a suite with a beforeAll
or afterAll to be re-entered after leaving once
- report children of an xdescribe similarly to how they would be
reported if they were themselves x'd out Fixes #774
- only process the tree once instead of figuring it out again at each
level
[finishes #87545620 ]
Fixes #776
2015-03-02 11:41:45 -08:00
slackersoft
0c68cc4afc
Fix spec so it can be run in isolation
...
relates to #790
2015-02-27 16:57:23 -08:00
slackersoft
ce6ce4e2c7
Add safari 7 & 8 to browser matrix
2015-02-27 13:44:55 -08:00
Greg Cobb
10f87b3b90
Fixes issue where mock clock was being used by QueueRunner
...
- If the mock clock was installed in a beforeAll, the QueueRunner would use the mock clock for its own clock. If the mock clock was ticked more than the default timeout, async specs would timeout.
[fixes #783 #792 ]
2015-02-24 21:56:52 -05:00
Steve Gravrock
0776146d3b
Don't use hardcoded temporary directory paths
2015-02-22 16:03:20 -08:00
Todd Branchflower
bbac4bb23f
remove unnecessary conditional
2015-02-20 14:04:08 -07:00
Gregg Van Hove
8c59875afe
Merge pull request #775 from joscha/patch-1
...
add missing semicolon
2015-02-09 09:54:54 -08:00
Joscha Feth
cdee9c8853
add missing semicolon
2015-02-09 15:40:41 +01:00
Greg Cobb and Gregg Van Hove
69956bf8f6
ObjectContaining matches prototype properties
...
[#769 ]
2015-02-05 14:15:57 -08:00
Christopher Amavisca
e1249ac89a
Remove unused standaloneBuilder var from Gruntfile
2015-02-04 17:06:56 -08:00
Christopher Amavisca
a84e0cd8ef
Add test script to package.json
...
- Use `npm test` in travis-node-script
2015-02-04 16:55:07 -08:00
Christopher Amavisca
6177a4aeff
Update bower.json keywords to match package.json keywords
2015-02-04 16:36:43 -08:00
Christopher Amavisca
471a241493
Add keywords to package.json
2015-02-04 16:36:31 -08:00
Greg Cobb and Gregg Van Hove
d5dfbc98c3
Updates pretty printer to include array properties
...
[fixes #766 ][finishes #87644044 ]
2015-02-04 11:05:03 -08:00
Gregg Van Hove
2ab2a83a3b
Merge pull request #768 from danilovaz/master
...
Update year copyright
2015-02-04 09:58:40 -08:00
Greg Cobb and Gregg Van Hove
f22862fd80
Merge branch 'juliemr-arrayfix'
...
Fixes #765
2015-02-04 09:38:45 -08:00
Julie Ralph
53b0752ff0
Allow arrays from different frames or contexts to be equal
2015-02-04 09:28:04 -08:00
Danilo Vaz
7616e5a3fd
Update year copyright
2015-02-04 08:42:18 -02:00
Greg Cobb and Gregg Van Hove
e173cd1c9d
bump version to 2.2.1 for bower fix
2015-02-02 12:24:14 -08:00
Gregg Van Hove
234dc1a047
Merge pull request #763 from gabrielhpugliese/gabrielhpugliese-patch-bower-json
...
Fix missing comma on bower.json
2015-02-02 12:16:47 -08:00
Gabriel H Pugliese
d22a030b87
Fix missing comma on bower.json
2015-02-02 18:03:32 -02:00
Greg Cobb and Gregg Van Hove
4acb7448d8
Update release notes and bump version for 2.2.0
2015-02-02 11:27:14 -08:00
slackersoft
a26e85ff3a
update 2.2.0 release notes now that I've pulled
2015-01-30 13:03:08 -08:00
slackersoft
39e175c05f
Initial cut of release notes for 2.2.0
2015-01-30 13:02:01 -08:00
Christopher Amavisca
d129a6c0ee
Restructure node examples folder structure to look more realistic.
...
- Updates PlayerSpec's require statement to match folder structure change
2015-01-27 14:39:59 -08:00
slackersoft
837101c025
Add a basic bower config
...
- Also ignore sauce_connect.log
Fix #719
2015-01-26 17:53:41 -08:00
slackersoft
8e3066db42
Allow pending to take a reason and show it in the HtmlReporter
...
[#78954014 ] Fix #671
2015-01-26 15:55:31 -08:00
slackersoft
a857f4c042
Merge branch 'ptomato-gjs-global-object'
2015-01-26 12:22:05 -08:00