aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/performance_test_generator_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/generators/performance_test_generator_test.rb')
-rw-r--r--railties/test/generators/performance_test_generator_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/performance_test_generator_test.rb b/railties/test/generators/performance_test_generator_test.rb
index d19128f79a..00906a61e0 100644
--- a/railties/test/generators/performance_test_generator_test.rb
+++ b/railties/test/generators/performance_test_generator_test.rb
@@ -12,7 +12,7 @@ class PerformanceTestGeneratorTest < GeneratorsTestCase
protected
def run_generator(args=["performance"])
- silence(:stdout) { Rails::Generators::PerformanceTestGenerator.start args, :destination_root => destination_root }
+ silence(:stdout) { Rails::Generators::PerformanceTestGenerator.start args }
end
end