Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbintz/jasmine-spec-extras
Vendored JavaScript files for use with Jasmine
https://github.com/johnbintz/jasmine-spec-extras
Last synced: 20 days ago
JSON representation
Vendored JavaScript files for use with Jasmine
- Host: GitHub
- URL: https://github.com/johnbintz/jasmine-spec-extras
- Owner: johnbintz
- Created: 2011-10-17T14:33:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-27T15:02:51.000Z (almost 13 years ago)
- Last Synced: 2023-04-12T04:57:01.220Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use vendored Jasmine helpers! No more copying around all those fun helpers to all your projects!
Works in jasmine-headless-webkit versions that support Sprockets.
## What it comes with...
It comes with the libraries I need:
* [jasmine-fixture](http://github.com/searls/jasmine-fixture) 1.0.2
* [jasmine-jquery](https://github.com/velesin/jasmine-jquery) 1.3.1
* [jasmine-sinon](https://github.com/froots/jasmine-sinon) 0.1.0
* [Sinon.js](http://sinonjs.org/) 1.2.0## How to use it
It's Sprockets vendored gem goodness, so at the top of your `spec_helper`:
``` coffee
#= require jasmine-jquery
#= require sinon
#= require jasmine-sinon...make cool code...
```## Why?
I got sick of copying jasmine-jquery and sinon to all my projects. Now with one gem, they're all available. It also
makes it easier to copy around your own JS stuff.## Warnings from the bleeding edge
So early in its development! I'm just bundling these libraries together, and if you want a newer version or a new library included,
do a pull request!