Davis W. Frank
12f56787b0
Move building single-file JS to use a JSON file with initial priority files
2011-06-05 21:55:32 -07:00
Davis W. Frank
e88d88e427
Move all core files into src/core.
...
Move Browser & Node specs to test against lib/jasmine.js instead of the separate source. Yes, this makes development a little harder but it's better to test that jasmine.js was built correctly.
2011-06-05 21:28:26 -07:00
ragaskar
c30f7d1aa7
Fail with an error if node is not installed when running rake spec
2011-05-06 18:34:42 -04:00
Davis W. Frank
fc994108db
Update Rakefile a bit. Added more rake tasks to run specs.
2011-03-08 18:38:46 -08:00
Davis W. Frank
0ef6582f73
Merging in sconover/jshint
2011-03-07 22:30:43 -08:00
Davis W. Frank
148317eb90
1.0.2, finishing to Frank for static pages
2011-02-27 12:26:38 -08:00
Davis W. Frank
45b4e1316c
updating for new pages
2011-02-27 10:36:13 -08:00
Steve Conover
f41af6c2d0
jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint.
2011-02-26 15:07:59 -08:00
Christian Williams
bd15ed6a45
Really? "File.exist?", not "File.exists?"? Whatever.
2010-11-09 13:10:40 -05:00
Christian Williams
550e378dc0
Fix download page regen after redesign.
2010-10-05 13:50:55 -07:00
Christian Williams & Ryan Richard
63df354e78
Drop in jsdoc template (from jsdoc-toolkit 2.1.0).
2010-10-05 13:11:04 -07:00
Christian Williams
c8d9fc562f
Un-hide release notes for 1.0.
...
Shade prerelease standalone versions in download list.
2010-09-14 13:42:38 -07:00
Christian Williams
685344342a
Add MIT.LICENSE to standalone zip.
2010-09-08 13:38:55 -07:00
Christian Williams
cd0346b449
Allow version parts to have non-numeric components (e.g. "rc1").
2010-08-26 13:11:54 -07:00
Christian Williams
f134c6e386
Regenerate download page.
2010-08-25 18:44:27 -07:00
Christian Williams
6562b5a3b4
Add warning to SpecRunner.html when running from non-built source.
2010-07-27 18:47:12 -07:00
Christian Williams
feb4618c31
Add Gemfile.
2010-07-23 10:06:19 -07:00
Christian Williams
61c0fe781c
Styling fix.
2010-06-30 00:09:01 -07:00
Lee Byrd & Christian Williams
dcc8b460d1
Rakefile updates pages/index.html.
2010-06-25 17:35:08 -07:00
Lee Byrd & Christian Williams
c533b67aa5
Remove vestiges of ruby ci code from jasmine core.
...
Add missing lib/jasmine-html.js.
2010-06-25 15:16:43 -07:00
Lee Byrd & Christian Williams
7a69d64669
Add dist to .gitignore.
...
Exclude hidden files from standalone zip.
2010-06-25 10:07:08 -07:00
Lee Byrd & Christian Williams
85351f2c1c
Build html support classes (just TrivialReporter for now) into jasmine-html.js.
2010-06-24 17:33:46 -07:00
Lee Byrd & Christian Williams
1057596665
New example project.
...
Generate jasmine-standalone-x.x.x.zip.
2010-06-24 17:15:06 -07:00
Lee Byrd & Christian Williams
8f5f6a6d27
The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately.
...
Add lint check for 'window'.
Remove last 'window' reference.
2010-06-23 11:31:38 -07:00
John Firebaugh
bb1928a75c
Remove geminstaller stuff.
...
This isn't a gem anymore, and geminstaller is deprecated.
2010-05-08 10:57:43 +08:00
ragaskar
841e93fc09
'Hide' currently unusable Rake tasks
2010-04-20 07:26:51 -07:00
ragaskar
dec92322f1
Add default jasmine rake task
2010-03-17 07:54:20 -07:00
David Goudreau & Rajan Agaskar
163f5977a5
making jasmine know about ci
2009-12-28 16:45:01 -08:00
David Goudreau & Rajan Agaskar
99ab1f0e81
Remove saucelabs.yml copying
2009-12-28 16:32:20 -08:00
David Goudreau & Rajan Agaskar
02db3338fb
Add gems:geminstaller task
2009-12-28 16:19:39 -08:00
David Goudreau & Rajan Agaskar
ca841c9248
Adding geminstaller as build dependency
2009-12-28 16:02:09 -08:00
David Goudreau & Rajan Agaskar
c78460289a
trying to get saucelabs ci build to work
2009-12-28 15:45:15 -08:00
Nate Clark
849a4efda8
adds support to run Jasmine suites on CI using Sauce Labs
2009-12-16 17:27:06 -08:00
Christian Williams
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.
2009-11-26 11:12:06 -05:00
Christian Williams
2cb5bf146c
rake jasmine:build no longer builds docs; use default for that.
2009-11-26 10:41:10 -05:00
Christian Williams
2a5754600a
Add documentation for all non-private functions.
2009-11-10 17:32:29 -05:00
Christian Williams
1982fb51c9
Generate docs from source files, not lib.
2009-11-10 14:28:47 -05:00
ragaskar
8feb285ca8
Ruby runner changes. Users of previous versions with Rake tasks that make use of additional runner options (helpers, etc) may be broken.
2009-10-31 21:47:11 -07:00
ragaskar
328cc89980
Add deadlyicon console fix for safari
2009-10-29 19:48:23 -07:00
Christian Williams & David Goudreau
cbc15d733d
Revert "Add no-op test:unit and test:integration tasks for EMI build only."
...
This reverts commit 61241140e8
.
2009-10-05 10:47:26 -07:00
Christian Williams & David Goudreau
61241140e8
Add no-op test:unit and test:integration tasks for EMI build only.
2009-10-05 10:19:02 -07:00
ragaskar
26fdc7cc91
Fix for jasmine rake tasks, fix for window.eval issues
2009-09-09 18:18:00 -07:00
Christian Williams
724f1772b7
Merge branch 'master' of git@github.com:pivotal/jasmine
...
Conflicts:
Rakefile
examples/ruby/Rakefile
examples/ruby/spec/jasmine_spec.rb
lib/jasmine-0.9.0.js
src/Queue.js
2009-09-08 06:48:57 -07:00
Christian Williams
2a29bb3ad9
Revert "rakefile"
...
This reverts commit 368756e4d5
.
2009-09-08 06:23:26 -07:00
Christian Williams
3e7f870965
Revert "adding rake test subtasks (noop) for git submodule rake compatibility"
...
This reverts commit 4138fd3626
.
2009-09-08 06:20:43 -07:00
ragaskar
11f356e375
Integrate JasmineHelper
2009-09-04 23:04:48 -07:00
ragaskar
4620ea6a44
Merged in Xian's speed fixes
2009-09-04 10:57:08 -07:00
Christian Williams & Kim Eric Mittler
8ba804e299
Change url from /run.html to /.
2009-09-02 12:51:39 -07:00
Christian Williams & Kim Eric Mittler
5e8b52debf
Merge branch 'master' of git://github.com/pivotal/jasmine
2009-09-02 10:29:59 -07:00
Kelly Nawrocke & Aram Price
4138fd3626
adding rake test subtasks (noop) for git submodule rake compatibility
2009-09-01 09:20:25 -07:00