Skip to content

Commit

Permalink
Updating to version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trevmex committed Feb 2, 2012
1 parent ceb5338 commit 7919af6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
Version 1.7
- Added the --incrementalOutput flag to allow output to show progress per file. This is useful when running EnvJasmine in Maven.
- Changed the "Failed: 0" output to not be red (it only becomes red if there are failing tests, less distracting).
- Fixed a bug where improper character encoding would cause EnvJasmine to report false results in different environments.
- Added support to execute ./bin/run_test.sh with an absolute path to a spec file previously this only worked with relative paths).
- Added the ability to define a custom EnvJasmine.reporterClass in your config file (include/dependencies.js) to overwrite the default RhinoReporter (Thanks jakul!).
- Added an optional RhinoSpecReporter to jasmine-rhino-reporter.js (this is an example of how you can write your own reporters, thanks jakul!).
- Updated the tutorial to include creating a custom config file (Thanks zdk!).

Version 1.6: Made the output more like RSpec. (12/02/2011)

Version 1.5: Reengineered EnvJasmine to make each script to run withit its own context. This prevents conflicts in scripts modifying global objects, although your dependencies are still loaded globally.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2
1.7

0 comments on commit 7919af6

Please sign in to comment.