Skip to content

Commit 3b0e809

Browse files
committed
Fix Railties Tests
Railties tests were broken in rails#54173
1 parent 9f8d180 commit 3b0e809

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)