Rename Rakefile -> Rakefile.rb

This commit is contained in:
Josh Holtrop 2026-02-07 19:18:25 -05:00
parent 072af73b1e
commit be6a9ca2c1

View File

@ -15,6 +15,7 @@ RSpec::Core::RakeTask.new(:spec, :example_pattern) do |task, args|
end
end
task :spec do |task, args|
unless ENV["dist_specs"]
original_stdout = $stdout
sio = StringIO.new
$stdout = sio
@ -24,6 +25,7 @@ task :spec do |task, args|
$stdout.write(line) unless line =~ /Coverage report generated for/
end
end
end
# dspec task is useful to test the distributable release script, but is not
# useful for coverage information.