Sha256: 8e827ec7d7975a98a7922ced4963bc1bccad47f07a37b867e952aa9e2c4379bb

Contents?: true

Size: 472 Bytes

Versions: 19

Compression:

Stored size: 472 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

import "./lib/tasks/tags_collate_utf8.rake"

desc 'Default: run specs'
task default: :spec

desc 'Copy sample spec database.yml over if not exists'
task :copy_db_config do
  cp 'spec/internal/config/database.yml.sample', 'spec/internal/config/database.yml'
end

task spec: [:copy_db_config]

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

Bundler::GemHelper.install_tasks

Version data entries

19 entries across 18 versions & 4 rubygems

Version Path
acts-as-taggable-on-12.0.0 Rakefile
acts-as-taggable-on-11.0.0 Rakefile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/acts-as-taggable-on-10.0.0/Rakefile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/acts-as-taggable-on-9.0.1/Rakefile
acts-as-taggable-on-10.0.0 Rakefile
acts-as-taggable-on-9.0.1 Rakefile
acts-as-taggable-on-9.0.0 Rakefile
acts-as-taggable-on-fix-8.1.1 Rakefile
acts-as-taggable-on-fix-8.1.0 Rakefile
acts-as-taggable-on-8.1.0 Rakefile
acts-as-taggable-on-8.0.0 Rakefile
acts-as-taggable-on-7.0.0 Rakefile
acts-as-taggable-on-6.5.0 Rakefile
sb-acts-as-taggable-on-6.5.0 Rakefile
acts-as-taggable-on-6.0.0 Rakefile
acts-as-taggable-on-5.0.0 Rakefile
acts-as-taggable-on-4.0.0 Rakefile
acts-as-taggable-on-4.0.0.pre Rakefile
acts-as-taggable-on-3.5.0 Rakefile