Sha256: 8935ade194303cfe042882fc5a77f6c8dfaf530ce42713db6ce3dc06c6345820

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

ENV['JASMINE_SPEC_FORMAT'] = 'Fuubar'
ENV['JASMINE_BROWSER'] = 'chrome'

require 'bundler/gem_tasks'
require 'jshint/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

JSHint.config_path = 'config/jshint.yml'

task :default => [:jshint, :'jasmine:ci']

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
underscore_extensions-0.0.2 Rakefile
underscore_extensions-0.0.1 Rakefile