Ignore:
Timestamp:
Apr 24, 2015, 1:03:31 PM (9 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Imported latest envjasmine version, the initial import from darcs had the wrong version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pyenvjasmine/envjasmine/README.textile

    r0 r19  
    156156bc. ./tests/EnvJasmine/bin/run_test.sh --configFile=</absolute/path/to/demo/tests/EnvJasmine/etc/conf/demo.conf.js> specs/add-numbers.spec.js
    157157
     158
     159h2. Code Coverage
     160
     161See @lib/jscover/README.textile@
     162
     163
     164h2. EnvJasmine as a Ruby gem
     165
     166EnvJasmine can also be compiled to a Ruby gem.
     167
     168h3. How to build and install the EnvJasmine gem
     169
     170    git clone git://github.com/trevmex/EnvJasmine.git
     171    cd EnvJasmine
     172    gem build EnvJasmine.gemspec
     173    gem install EnvJasmine-1.7.1.gem
     174
     175h3. Using the EnvJasmine Ruby gem
     176
     177Note that, when used as a Ruby gem, EnvJasmine requires a few command line arguments be specified.
     178
     179Here is a Ruby usage example:
     180
     181    envjs_run_test --configFile='some_spec_helper.js' --testDir='specs' --rootDir='some_project'
     182
    158183That's it! For more help on Jasmine docs at https://github.com/pivotal/jasmine/wiki
    159184
    160185Please contact Trevor Lalish-Menagh through github (https://github.com/trevmex) with any defects or feature requests!
     186
Note: See TracChangeset for help on using the changeset viewer.