From a111fa55b6039fa7ee9b06bde09e9b6470ec268f Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 21 Apr 2022 15:21:24 +0530 Subject: [PATCH] updated Rakefile Signed-off-by: nikhil2611 --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 057cc583a..ef0ddc045 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,6 @@ begin require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) do |t| - t.verbose = false t.pattern = FileList["spec/**/*_spec.rb"] end rescue LoadError