Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
claco committed Feb 9, 2011
1 parent 9d651da commit 5cd9d8e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.textile
Expand Up @@ -30,7 +30,7 @@ This plugin is pretty basic right now. It currently:
** expect: expect..to line
** spy: spyOn method
* Uses templates for new jasmine buffers
* Runs all specs in jasmine:ci
* Runs all specs in jasmine:ci and shows Red/Green bar

You can disable templating by setting g:jasmine_use_templates=""

Expand All @@ -41,10 +41,12 @@ h2. Running Specs
I'm slowly working on interactive spec running support. Currently, the Jasmine() command is provided for jasmine buffers. When invoked, it searches the current/parent directories of that buffer for the nearest Rakefile and invokes rake jasmine:ci to run all specs.
Jasmine buffers now have compiler set to the jasmine compiler and leader-m is mapped to run :Jasmine -> jasmine#run_tests -> :make -> rake jasmine:ci

I plan on adding Red/Green support, as well as quickfix error support.
If the specs fail, the bottom buffer status turns Red. If all specs pass, the status turns Green.

I plan on adding quickfix error support.

h2. TODO

* Add commands/functions to run a spec, a spec file
* Add Red/Green bar to spec runner output and error buffer support
* Add QuickFix error buffer support
* docs help file

0 comments on commit 5cd9d8e

Please sign in to comment.