Sha256: 5076ec784c8cc5108388c57c510a3694befe91be1ee1a646fcefa52cae536469

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 Bytes

Contents

# jasmine-jquery for Rails

jasmine-jquery via asset pipeline

## Installation

Add this line to your application's Gemfile:

    gem 'jasmine-jquery-rails'

And then execute:

    $ bundle

Assuming you're using the jasmine gem, in your jasmine.yml have:

  src_files:
    - ...
    - assets/jasmine-jquery.js

Or directly include at `/assets/jasmine-jquery.js`

## Usage

Read about jasmine-jquery [here](http://github.com/velesin/jasmine-jquery)

## Contributing

jasmine-jquery-rails and jasmine-jquery are maintained by [Travis Jeffery](http://github.com/travisjeffery)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jasmine-jquery-rails-2.0.3 README.md