feebfbba68
Update README.markdown
Rajan Agaskar
2012-05-09 09:51:29 -07:00
8e4bd86865
Merge pull request #220 from moonmaster9000/patch-1
Rajan Agaskar
2012-05-02 10:51:26 -07:00
4f218f7d6a
cover spy on on undefined method
Gunnar Ahlberg
2012-05-02 14:11:22 +02:00
bb1a4428db
update the copyright and remove the blank "what's here" section.
Matt Parker
2012-04-13 23:30:12 -03:00
079740ca2c
Make Thor tasks more visible; Init Pages submodule when not present if about to run tests that require it
Davis W. Frank
2012-04-09 22:21:09 -07:00
c87cf71f4f
Merge pull request #156 from cathoderay/master
Davis W. Frank
2012-01-08 12:46:14 -08:00
e4c557faae
Merge pull request #158 from grosser/contribute-markup
Davis W. Frank
2012-01-08 12:45:50 -08:00
6559c5b43a
Merge pull request #157 from grosser/license
Davis W. Frank
2012-01-08 12:45:21 -08:00
912397120b
Merge pull request #170 from edtsech/patch-1
Davis W. Frank
2012-01-08 12:41:46 -08:00
551464b8d2
Remove double negative in docs (not.toNotContain, not.toNotEqual)
Edward Tsech
2012-01-04 16:21:54 +01:00
8a298e5c0e
Merge pull request #168 from thedeeno/linux_open_browser
Davis W. Frank
2012-01-03 17:07:17 -08:00
94a153ed15
add linux support to rake spec:browser
Dane O'Connor
2012-01-03 17:12:20 -05:00
b4439f74d5
Merge pull request #100 from gvanhove/objectContaining
Davis W. Frank
2011-11-18 13:26:04 -08:00
d70e733f70
remove unwanted spaces in it calls, and make the spec counting regex tolerate them if they exist so counts match even when using bad style
gvanhove
2011-11-14 18:43:13 -08:00
ac096f9911
convert objectContaining to use jasmineMatches and jasmineToString
gvanhove
2011-03-15 18:40:11 -07:00
08d72926ff
More renaming of hash
gvanhove
2011-03-15 18:30:05 -07:00
67ec0af254
use jasmineMatches for equality testing of complicated matchers
gvanhove
2011-03-15 08:23:38 -07:00
4f2fcff15a
Use jasmineToString for printing out complicated matchers
gvanhove
2011-03-14 18:50:08 -07:00
7158fc2426
Rename hashContaining to objectContaining, since this is javascript. Also call the toString from prettyPrinter
gvanhove
2011-03-10 07:59:19 -08:00
992367dcbc
New matcher "hashContaining" similar to rspec's hash_including
gvanhove
2011-03-09 18:56:28 -08:00
ce886e20e4
commit updated version into jasmine.js
gvanhove
2011-03-12 13:04:30 -08:00
86b0c80cc9
fix task list not displaying properly on github for contribute.markdown
grosser
2011-11-13 09:18:34 -08:00
7dff84b1dc
add license to gemspec so automated tools can pick it up
grosser
2011-11-13 09:12:29 -08:00
8c22b26d9c
fixing typo
Ronald Andreu Kaiser
2011-11-11 16:42:50 -02:00
ad4f48dcd4
Add new HTMLReporter
Davis W. Frank & Sean Durham
2011-11-04 14:41:42 -07:00
de9e2abad5
Use correct name for Davis.
Davis W. Frank & Rajan Agaskar
2011-11-04 14:31:15 -07:00
41f496001f
Version bump to 1.1.0
v1.1.0
ragaskar
2011-09-10 13:51:11 -04:00
b087609733
Add stylesheets for TrivialReporter
Sean Durham
2011-08-28 15:21:04 -07:00
ac50cf4c14
include stylesheets for TrivialReporter and HTMLReporter, scoped so they don't interfere with each other.
Sean Durham
2011-08-28 15:04:59 -07:00
de341a8fe1
Bump version, recompile libraries
Davis W. Frank
2011-08-26 07:25:10 -04:00
fa317e4dda
Deprecate TrivialReporter, Use HTMLReporter
Davis W. Frank
2011-08-26 07:24:52 -04:00
05b7730db1
Add New HTMLReporter
Davis W. Frank
2011-08-26 07:24:10 -04:00
9423dfee07
Add semi.
Davis W. Frank
2011-08-26 07:21:34 -04:00
3775919c92
remove old, commented-out tasks
Davis W. Frank
2011-06-17 08:23:17 -07:00
a692ff8c95
Need HAML in the Gemfile; continued fixes to the Rake tasks
Davis W. Frank
2011-06-17 08:20:22 -07:00
e4e9b51544
rename TrivialConsoleReporter to ConsoleReporter
Davis W. Frank
2011-06-16 22:35:57 -07:00
0b97951766
Better coloring of output of Rake tasks; Turn off colored output in Rake tasks if not on a TTY (not sure if it works in Hudson); Add support to TCR for turning off colors since there is code to calc options but it wasn't used; NOTE: coloring in TCR should be MUCH better tested.
Davis W. Frank
2011-06-16 22:34:11 -07:00
75dd391d57
should fix red build
Davis W. Frank
2011-06-16 08:33:59 -07:00
ae24e00c0f
Support for release candidates in the version.json file; propagates up through the version string everywhere: filenames, ZIP, source code
Davis W. Frank
2011-06-15 18:37:12 -07:00
6b2e45eab5
Refactor of standalone build tasks; Better templating of the core runner.html and the example SpecRunner.html
Davis W. Frank
2011-06-15 09:15:40 -07:00
e59171935f
breaking up distribution tasks; moving version to a template to have a simpler concat function
Davis W. Frank
2011-06-14 08:30:14 -07:00
2ba0aa371c
Refactor how the distribution is built
Davis W. Frank
2011-06-13 08:23:10 -07:00
c2ed71717f
Remove link to github page from Runner
Davis W. Frank
2011-06-11 16:51:16 -07:00
09e8822107
WIP on new Contribution docs
Davis W. Frank
2011-06-11 16:47:12 -07:00
15763c2eb0
Output number of expected specs for browser, node before running specs. NOTE: We distribution tasks still broken.
Davis W. Frank
2011-06-11 15:59:34 -07:00
3f264cde34
fix so that all specs are pulled into runner.html
Davis W. Frank
2011-06-11 14:48:41 -07:00
f83cb7f766
Runner.html is now generated (ensures all source & specs get tested); beginnings of refactoring of Rake tasks.
Davis W. Frank
2011-06-09 19:24:51 -07:00
9d5470ff55
removing expectation count from TCR to match browser reporter
Davis W. Frank
2011-06-08 18:36:58 -07:00
86b095e5a4
Src & Spec dirs now have same structure; console/, core/, and html/
Davis W. Frank
2011-06-08 18:30:35 -07:00
4c6dafa3f5
OCD
Davis W. Frank
2011-06-08 08:36:03 -07:00
3f4adf7715
Removed dead code
Davis W. Frank
2011-06-08 08:29:39 -07:00
af7f1818b0
Revert back to the old jasmine.css
Davis W. Frank
2011-06-05 21:55:51 -07:00