diff --git a/features/support/env.rb b/features/support/env.rb index 5ccbab98..0d207b41 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -50,7 +50,7 @@ def seconds_agnostic_datetime(datetime = Time.now) pieces = datetime.to_s.split(" ") if pieces.size == 6 # Ruby 1.8.7 date = pieces[0..2].join(" ") - time = seconds_agnostic_time(pieces[3]) + time = seconds_agnostic_time(pieces[3]) zone = pieces[4..5].join(" ") else # Ruby 1.9.1 or greater date, time, zone = pieces diff --git a/test/test_redcloth.rb b/test/test_redcloth.rb index 94cc9f49..964591be 100644 --- a/test/test_redcloth.rb +++ b/test/test_redcloth.rb @@ -7,7 +7,7 @@ class TestRedCloth < Test::Unit::TestCase @textile = Converters::Textile.new end - should "preserve single line breaks in HTML output" do + should "preserve single line breaks in HTML output" do assert_equal "
line1
\nline2
line1
\nline2
line1
\nline2