Sha256: 7789f94a422a1674a67eb31ce407d7067e581d94570d8b638812e4864384cb66

Contents?: true

Size: 942 Bytes

Versions: 14

Compression:

Stored size: 942 Bytes

Contents

jasmine-ruby
============

Jasmine Ruby dynamically serves HTML suites for [Jasmine](http://github.com/pivotal/jasmine)

To use:

`(sudo) gem install jasmine`

Post-installation:

For Rails support, use

`script/generate jasmine`

For other projects, use

`jasmine init`

After initializing a project, you may

`rake jasmine`

to set up a server. Opening localhost:8888 in a web browser will now run your jasmine specs.

You may also

`rake jasmine:ci`

which will run your Jasmine suites using selenium and rspec. This task is suitable for running in continuous integration environments.

Simple Configuration:

Customize `spec/javascripts/support/jasmine.yaml` to enumerate the source files, stylesheets, and spec files you would like the Jasmine runner to include.
You may use dir glob strings.

It is also possible to add overrides into the `spec/javascripts/support/jasmine_config.rb` file directly if you require further customization.

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
jasmine-0.10.3.2 README.markdown
jasmine-0.10.3.1 README.markdown
jasmine-0.10.3 README.markdown
jasmine-0.10.2.4 README.markdown
jasmine-0.10.2.3 README.markdown
jasmine-0.10.2.2 README.markdown
jasmine-0.10.2.1 README.markdown
jasmine-0.10.2.0 README.markdown
jasmine-0.4.6 README.markdown
jasmine-0.4.5 README.markdown
jasmine-0.4.4 README.markdown
satisfaction-jasmine-0.4.3 README.markdown
jasmine-0.4.3 README.markdown
jasmine-0.4.2 README.markdown