Skip to content

Commit

Permalink
[rake] remove invalid/duplicative rspec option
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchivist authored and jason-raitz committed Oct 7, 2024
1 parent efd0670 commit 465f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rspec/core/rake_task'
namespace :spec do
desc 'Run all tests'
RSpec::Core::RakeTask.new(:all) do |task|
task.rspec_opts = %w[--color --format documentation --order default]
task.rspec_opts = %w[--color --format documentation]
task.pattern = 'spec/**/*_spec.rb'
end
end
Expand Down

0 comments on commit 465f07d

Please sign in to comment.