Advertisement
saasbook

jasmine_jquery_setup.sh

Sep 15th, 2014
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. rails generate jasmine:install
  2. mkdir spec/javascripts/fixtures
  3. curl https://raw.githubusercontent.com/velesin/jasmine-jquery/master/lib/jasmine-jquery.js > spec/javascripts/helpers/jasmine-jquery.js
  4. git add spec/javascripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement