Skip to content

Instantly share code, notes, and snippets.

@mag
Created September 3, 2010 19:51
Show Gist options
  • Save mag/564450 to your computer and use it in GitHub Desktop.
Save mag/564450 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'jazz_money'
javascript_files = [
'public/javascripts/jquery-1.3.2.js',
'public/javascripts/my_js_codes.js',
'spec/javascript/spec_helper.js'
]
jasmine_spec_files = [
'spec/javascript/my_js_codes_spec.js',
]
JazzMoney::Runner.new(javascript_files, jasmine_spec_files).call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment