https://github.com/gregmalcolm/guard-jasmine-coffeescript
Implemented instructions for Jasmine with Coffeescript through guard-coffeescript
https://github.com/gregmalcolm/guard-jasmine-coffeescript
Last synced: 3 months ago
JSON representation
Implemented instructions for Jasmine with Coffeescript through guard-coffeescript
- Host: GitHub
- URL: https://github.com/gregmalcolm/guard-jasmine-coffeescript
- Owner: gregmalcolm
- Created: 2011-08-17T11:54:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-17T11:54:50.000Z (over 14 years ago)
- Last Synced: 2025-04-14T06:11:27.471Z (about 1 year ago)
- Language: Ruby
- Homepage: https://gist.github.com/673967
- Size: 172 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Implemented the instructions here:
https://gist.github.com/673967
NOTE: I didn't write the gist. I'm just following the instructions...
This has been applied on a brand new rails projects, giving jasmine with coffeescript, with
the coffeescript getting automatically recomipled via Guard.
To setup:
bundle install
bundle db:migrate
To run specs you need to start to proceses:
bundle exec guard
bundle exec jasmine
Then from a browser go to:
http://localhost:8888
For more information on the Guard coffeesccript plugin https://github.com/guard/guard-coffeescript
Thanks to Michael Kessler (aka netzpirat) for the plugin and demo instructions!