Fixed README typos

This commit is contained in:
Christopher H. Laco 2011-02-03 23:23:41 -05:00
parent 34ce6b2e31
commit 36ae608e7d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ By default, the plugin assumes the templates are in bundle/jasmine/template and
h2. Running Specs 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. 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#un_tests -> :make -> rake jasmine:ci 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. I plan on adding Red/Green support, as well as quickfix error support.