Sha256: 767f8e015c8ee27a1e265b4c79b7e9930ee7ca0554ae8234d45bef85da9a83e2
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" load "jasmine/tasks/jasmine.rake" ENV['JASMINE_SPEC_FORMAT'] = 'documentation' APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' RSpec::Core::RakeTask.new(:spec) task :default => [:spec, 'jasmine:ci']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ponytail-0.3.0 | Rakefile |