Sha256: f8e90387b77b13da6387de3aeb85bbaef7ad643b59113645759011d372cdd48a

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 Bytes

Contents

require "bundler/gem_tasks"

if ENV['RAILS_ENV'] != "production"
  require "rspec/core/rake_task"
  load "jasmine/tasks/jasmine.rake"
  ENV['JASMINE_SPEC_FORMAT'] = 'documentation'

  RSpec::Core::RakeTask.new(:spec)

  task :default => [:spec, 'jasmine:ci']
end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ponytail-0.6.0 Rakefile
ponytail-0.5.0 Rakefile
ponytail-0.4.0 Rakefile