From 4a51819fbf84cfe9dcbe712c5d0bbc03a6a1165d Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Thu, 1 Mar 2018 18:55:15 +0100 Subject: [PATCH] chore(rakefile): Hide description for private task --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 4752db4..76d7724 100644 --- a/Rakefile +++ b/Rakefile @@ -80,6 +80,7 @@ namespace 'test' do Algolia::Index.new(ENV['ALGOLIA_INDEX_NAME']).delete_index! end # Run only the integration tests + desc '' RSpec::Core::RakeTask.new(:_run) do |task| task.rspec_opts = '--color --format progress' task.pattern = [