Sha256: 908acd20c69af912cc077582115c2a53115aacf40eb058bcbc244b0380c11dca
Contents?: true
Size: 451 Bytes
Versions: 1
Compression:
Stored size: 451 Bytes
Contents
ENV['JASMINE_SPEC_FORMAT'] = 'Fuubar' # Disable chrome for travis ci # ENV['JASMINE_BROWSER'] = 'chrome' require 'bundler/gem_tasks' require 'jslint/tasks' begin require 'jasmine' load 'jasmine/tasks/jasmine.rake' rescue LoadError task :jasmine do abort 'Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine' end end JSLint.config_path = 'config/jslint.yml' task :default => [:jslint, :'jasmine:ci']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
underscore_extensions-0.2.3 | Rakefile |