Sha256: 4d2db87c03949a1ca35766614c5b451e9759a1294e3feaa93b9ec84199170c87
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
require "bundler/gem_tasks" require 'rspec/core/rake_task' notifiable_path = Gem::Specification.find_by_name 'notifiable-core' load "#{notifiable_path.gem_dir}/lib/tasks/db.rake" namespace :ci do namespace :test do desc "Run all specs in spec directory (excluding plugin specs)" RSpec::Core::RakeTask.new(:spec) end task :prepare desc "Run all CI tests" task :test => ['ci:test:spec'] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
notifiable-gcm-spacialdb-0.13.0 | Rakefile |
notifiable-gcm-spacialdb-0.12.0 | Rakefile |
notifiable-gcm-spacialdb-0.11.1 | Rakefile |
notifiable-gcm-spacialdb-0.11.0 | Rakefile |