Rakefile in notifiable-gcm-spacialdb-0.10.1 vs Rakefile in notifiable-gcm-spacialdb-0.11.0
- old
+ new
@@ -1,7 +1,10 @@
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)
\ No newline at end of file