sue445/index_shotgun

View on GitHub
lib/index_shotgun/tasks/index_shotgun.rake

Summary

Maintainability
Test Coverage
A
100%
namespace :index_shotgun do
  desc "Search duplicate indexes"
  task :fire => :environment do
    response = IndexShotgun::Analyzer.perform
    puts response.message
    response.exit_if_failure!
  end
end