Sha256: 30c1d22a3be1f3b9295d40537bd3e7f8063657c92303fd40d9d7fb9acf5868f9
Contents?: true
Size: 469 Bytes
Versions: 6
Compression:
Stored size: 469 Bytes
Contents
require 'rake/clean' require 'bundler' Bundler::GemHelper.install_tasks # load rake tasks defined in lib/tasks that are not loaded in lib/active_fedora.rb load "lib/tasks/active_fedora_dev.rake" CLEAN.include %w(**/.DS_Store tmp *.log *.orig *.tmp **/*~) desc 'setup jetty and run tests' task ci: ['jetty:clean', 'active_fedora:ci'] desc 'run tests' task spec: ['active_fedora:rubocop', 'active_fedora:rspec'] task rcov: ['active_fedora:rcov'] task default: [:ci]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
active-fedora-9.7.3 | Rakefile |
active-fedora-9.7.2 | Rakefile |
active-fedora-9.7.1 | Rakefile |
active-fedora-9.7.0 | Rakefile |
active-fedora-9.6.2 | Rakefile |
active-fedora-9.6.1 | Rakefile |