Skip to content

Commit e50103a

Browse files
committed
fix broken rspec invocation
1 parent 4775000 commit e50103a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rakelib/spec.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace :spec do
1414
groups.each do |group|
1515
desc "Run specs in spec/#{group} directory"
1616
RSpec::Core::RakeTask.new(group) do |task|
17-
task.rspec_opts = %w[--color --format documentation --order default]
17+
task.rspec_opts = %w[--color --format documentation]
1818
task.pattern = "spec/#{group}/**/*_spec.rb"
1919
end
2020
end

0 commit comments

Comments
 (0)