e5503c98d8
Minor doc update
ragaskar
2010-01-26 21:53:34 -08:00
e0a90dd473
Version bump to 0.4.1
ragaskar
2010-01-26 21:34:30 -08:00
95a6085a01
Rename sources.yaml to jasmine.yaml. Add stylesheets support to jasmine yaml. Allow dir glob strings in jasmine.yaml file enumerations
ragaskar
2010-01-26 21:34:03 -08:00
0b02e82229
Fix bad write mode on Rakefile during install
ragaskar
2010-01-26 20:20:49 -08:00
53305edc68
Add rails generators. Add sources.yaml support. Fix Prototype.js collision on jasmine:ci. Version bump to 0.4.0.
ragaskar
2010-01-26 07:55:04 -08:00
db1c6e659d
Updated ruby contrib so that CI task now compatible with Prototype
ragaskar
2010-01-23 13:50:44 -08:00
d72b18c47b
README updates
Davis W. Frank & Rajan Agaskar
2010-01-04 14:57:05 -08:00
d2fe23b52b
Only include jasmine from bin
Rajan Agaskar
2009-12-31 16:39:51 -08:00
e26c3754b0
Pull old jasmine-ruby.gemspec, add jasmine.gemspec
Rajan Agaskar
2009-12-31 11:40:59 -08:00
9b42df2cbf
Ignore bundled gems
Rajan Agaskar
2009-12-31 11:31:58 -08:00
a1ea56c1ac
Case-sensitive rename to fix spec fail
Rajan Agaskar
2009-12-31 11:29:59 -08:00
8dc4d979ff
Ffwd jasmine
Rajan Agaskar
2009-12-31 09:50:33 -08:00
92e671692f
Resolve merge conflicts
Rajan Agaskar
2009-12-31 09:47:52 -08:00
81c2779731
HTML example name refactor
Rajan Agaskar
2009-12-30 17:03:02 -08:00
c8b38ea47a
Fix js paths when served from somewhere other than /.
Christian Williams
2009-12-29 17:09:07 -06:00
163f5977a5
making jasmine know about ci
David Goudreau & Rajan Agaskar
2009-12-28 16:45:01 -08:00
99ab1f0e81
Remove saucelabs.yml copying
David Goudreau & Rajan Agaskar
2009-12-28 16:32:20 -08:00
02db3338fb
Add gems:geminstaller task
David Goudreau & Rajan Agaskar
2009-12-28 16:19:39 -08:00
ca841c9248
Adding geminstaller as build dependency
David Goudreau & Rajan Agaskar
2009-12-28 16:02:09 -08:00
c78460289a
trying to get saucelabs ci build to work
David Goudreau & Rajan Agaskar
2009-12-28 15:45:15 -08:00
5821de0801
Version bump to 0.1.3
Christian Williams
2009-12-28 16:47:48 -06:00
d4683ca485
Refactor.
Christian Williams
2009-12-28 16:46:50 -06:00
81aeeeedee
Refactor config file/path handling.
Christian Williams
2009-12-28 16:27:02 -06:00
2045226ba7
More specs.
Christian Williams
2009-12-28 15:24:49 -06:00
00c7d3ca29
Runs server correctly for self-test.
Christian Williams
2009-12-28 15:16:13 -06:00
73c8fef43e
More changes, specs.
Christian Williams
2009-12-28 15:10:27 -06:00
59c85355fc
More changes, specs.
Christian Williams
2009-12-28 14:26:30 -06:00
e4a5d567e0
Rearrange, start adding specs.
Christian Williams
2009-12-28 14:00:02 -06:00
0c8258996e
Rearrange, refactor, ruin and raze.
Christian Williams
2009-12-28 12:08:23 -06:00
945b167131
Version bump to 0.1.2
Christian Williams
2009-12-27 14:49:06 -06:00
ffb69b4bde
Version bump to 0.1.1
Christian Williams
2009-12-27 14:41:33 -06:00
81748d166d
Version bump to 0.1.0
Christian Williams
2009-12-27 14:41:29 -06:00
dd0e3e5cf1
Version bump to 0.0.0
Christian Williams
2009-12-27 14:41:20 -06:00
1f50e2b2fb
Version bump to 0.2.0
Christian Williams
2009-12-27 14:39:37 -06:00
24a8bb7825
Switch to jasmine remove-contrib branch.
Christian Williams
2009-12-27 11:54:54 -06:00
a16cbe7e5b
Remove contrib dir.
Christian Williams
2009-12-27 11:53:46 -06:00
e986b024bc
Update generated files.
Christian Williams
2009-12-25 14:19:27 -05:00
bef9867b61
Merge branch 'master' of git@github.com:pivotal/jasmine
Christian Williams
2009-12-25 11:41:07 -05:00
d16e2b7992
Add partial support for not -- e.g. expect(xxx).not.toEqual(yyy). Old-style custom matchers not yet supported.
Christian Williams
2009-12-24 17:01:13 -05:00
20a00d517e
Refactor toThrow matcher.
Christian Williams
2009-12-24 13:41:28 -05:00
9f247eb278
Custom matchers may now work like regular matchers -- just return a boolean, don't call this.report(). The old style still works but is deprecated.
Christian Williams
2009-12-24 12:15:18 -05:00
b99bd08df9
Yes, really keep that undefined equals.
Christian Williams
2009-12-24 12:11:59 -05:00
72b5ede0da
Move custom matcher specs to their own suite.
Christian Williams
2009-12-24 10:53:57 -05:00
21998dcb9d
Update Jasmine geminstaller to use gemcutter gems
ragaskar
2009-12-23 21:29:34 -08:00
ba8c16acd7
Rebuild jasmine, add rest-client to geminstaller (req'd by saucelabs-adapter
ragaskar
2009-12-23 07:38:18 -08:00
dd5e97bf14
with this fix jasmine runs on ie6 (cherry picked from commit 33a3b769e2b28aab01c1d6ee216c55e12539f417)
Fabio M. Costa
2009-12-23 08:46:50 -02:00
d90852336f
Added wasNotCalledWith matcher, used argsForCall a bit less
Nathan Wilmes & Davis W. Frank
2009-12-21 11:45:49 -08:00
849a4efda8
adds support to run Jasmine suites on CI using Sauce Labs
Nate Clark
2009-12-16 17:27:06 -08:00
8fbec47739
Version bump to 0.2.0
ragaskar
2009-12-05 13:44:09 -08:00
40ff1cb4c8
Merge branch 'safe-undefined' of git@github.com:pivotal/jasmine
Christian Williams
2009-11-27 15:30:56 -05:00
23c5289b7e
Fix regexp pretty printing for Chrome.
Christian Williams
2009-11-27 15:27:52 -05:00
494d80fc66
Add geminstaller.yml to require jeweler. Add rspec, rack, and thin requirements for gem.
Christian Williams
2009-11-26 12:11:25 -05:00
7653107f0c
Use jasmine.undefined for all comparisons to the undefined value, since undefined itself may be redefined elsewhere in app code. Thanks to Charlie Meyer at UIUC for the suggestion.
Christian Williams
2009-11-26 11:12:06 -05:00
2cb5bf146c
rake jasmine:build no longer builds docs; use default for that.
Christian Williams
2009-11-26 10:41:10 -05:00
4ebc3b5964
Update.
Christian Williams
2009-11-26 10:29:50 -05:00
4b3db52915
Theoretical rails vendor support
ragaskar
2009-11-25 20:00:18 -08:00
bece09bba8
remove jasmine server; use jasmine init to copy (or append) a Rakefile with common jasmine tasks
ragaskar
2009-11-24 22:42:15 -08:00
701ee719e6
Fix loop so it works with extra methods added to Array
Joseph Palermo
2009-11-22 22:18:53 -08:00
f99a5ff577
Merge branch 'matcher-refactor' of git://github.com/Xian/jasmine into xian_jasmine
ragaskar
2009-11-19 19:21:47 -08:00
1a53838d97
Wrap base matchers from jasmine.Matcher prototype automatically at env instantiation time rather than manually.
Christian Williams
2009-11-13 14:32:08 -05:00
2fc78a0fe2
Moved last message formatting functions to be set up by matcher test function.
Christian Williams
2009-11-13 13:28:38 -05:00
60ea562560
Reuse an 'it' block.
Christian Williams
2009-11-13 12:40:04 -05:00
b0326d3078
Reorganizing spy matcher specs.
Christian Williams
2009-11-13 12:30:22 -05:00
752b91f118
Reorganizing spy matcher specs.
Christian Williams
2009-11-13 12:21:34 -05:00
b0ae461139
Nicer pretty printing of spy objects.
Christian Williams
2009-11-12 16:49:48 -05:00
ee5905d237
Fix html escaping of matcher failure messages.
Christian Williams
2009-11-12 16:13:44 -05:00
5a8a050c46
Removed toMatch and toNotMatch's message functions, now sufficiently handled by the default message builder.
Christian Williams
2009-11-12 15:43:49 -05:00
7be8247b2f
Fix pretty printing of RegExp objects.
Christian Williams
2009-11-12 15:37:52 -05:00