Skip to content

Commit a32eab5

Browse files
authored
Merge pull request rails#54183 from zzak/railties-benchmark_generator_test-fix
Fix benchmark_generator_test
2 parents 7ec1531 + 7f008b8 commit a32eab5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

railties/test/generators/benchmark_generator_test.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class BenchmarkGeneratorTest < Rails::Generators::TestCase
2727
2828
# Any benchmarking setup goes here...
2929
30-
31-
3230
Benchmark.ips do |x|
3331
x.report("before") { }
3432
x.report("after") { }
@@ -60,8 +58,6 @@ class BenchmarkGeneratorTest < Rails::Generators::TestCase
6058
6159
# Any benchmarking setup goes here...
6260
63-
64-
6561
Benchmark.ips do |x|
6662
x.report("with_patch") { }
6763
x.report("without_patch") { }

0 commit comments

Comments
 (0)