Sha256: 3eb88e058b42e1649637fb87e653e46d1dd221a1c1fe177e9e24be8f5a2d5e1f

Contents?: true

Size: 324 Bytes

Versions: 30

Compression:

Stored size: 324 Bytes

Contents

require "bundler/gem_tasks"
require 'rake/testtask'
require 'yard'

YARD::Rake::YardocTask.new do |t|
end

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"
end

namespace :test do
  Rake::TestTask.new(:local) do |t|
    t.pattern = "test/{components/,services/,helpers/,}*_test.rb"
  end
end

task default: :test

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
mesh-medical-subject-headings-3.0.0 Rakefile
mesh-medical-subject-headings-2.3.0 Rakefile
mesh-medical-subject-headings-2.2.1 Rakefile
propono-1.3.0 Rakefile
mesh-medical-subject-headings-2.2.0 Rakefile
mesh-medical-subject-headings-2.1.0 Rakefile
mesh-medical-subject-headings-2.0.6 Rakefile
mesh-medical-subject-headings-2.0.5 Rakefile
mesh-medical-subject-headings-2.0.4 Rakefile
mesh-medical-subject-headings-2.0.3 Rakefile
mesh-medical-subject-headings-2.0.2 Rakefile
propono-1.2.0 Rakefile
propono-1.1.3 Rakefile
mesh-medical-subject-headings-2.0.1 Rakefile
mesh-medical-subject-headings-1.3.0 Rakefile
propono-1.1.2 Rakefile
mesh-medical-subject-headings-1.2.2 Rakefile
mesh-medical-subject-headings-1.2.1 Rakefile
mesh-medical-subject-headings-1.2.0 Rakefile
propono-1.1.1 Rakefile