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