From a27d2d74f25110e4ebd8d44dc7fd1f44c103ca9e Mon Sep 17 00:00:00 2001 From: Aaron Patterson <aaron.patterson@gmail.com> Date: Wed, 30 Oct 2013 16:14:02 -0700 Subject: add a comment to people of the future --- railties/test/generators/argv_scrubber_test.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'railties/test') diff --git a/railties/test/generators/argv_scrubber_test.rb b/railties/test/generators/argv_scrubber_test.rb index 5b0a023428..5e86acfde5 100644 --- a/railties/test/generators/argv_scrubber_test.rb +++ b/railties/test/generators/argv_scrubber_test.rb @@ -5,7 +5,11 @@ require 'tempfile' module Rails module Generators - class ARGVScrubberTest < ActiveSupport::TestCase + class ARGVScrubberTest < ActiveSupport::TestCase # :nodoc: + # Future people who read this... These tests are just to surround the + # current behavior of the ARGVScrubber, they do not mean that the class + # *must* act this way, I just want to prevent regressions. + def test_version ['-v', '--version'].each do |str| scrubber = ARGVScrubber.new [str] -- cgit v1.2.3