summaryrefslogtreecommitdiff
path: root/test/test_time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_time.rb')
-rw-r--r--test/test_time.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_time.rb b/test/test_time.rb
index 0d88dce2c4..2a22c6069f 100644
--- a/test/test_time.rb
+++ b/test/test_time.rb
@@ -1,7 +1,7 @@
require 'time'
require 'test/unit'
-class TestTimeExtention < Test::Unit::TestCase # :nodoc:
+class TestTimeExtension < Test::Unit::TestCase # :nodoc:
def test_rfc822
assert_equal(Time.utc(1976, 8, 26, 14, 30) + 4 * 3600,
Time.rfc2822("26 Aug 76 14:30 EDT"))