From cdef29764791b37e6f2713112ef3d0b2ac9c2579 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sat, 9 Oct 2010 16:26:35 +0200 Subject: [PATCH] Fix strange missing test error when running complete test suite. --- test/helpers_test.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/helpers_test.rb b/test/helpers_test.rb index 88c71bfd..b87a2e7f 100644 --- a/test/helpers_test.rb +++ b/test/helpers_test.rb @@ -482,6 +482,9 @@ class HelpersTest < Test::Unit::TestCase @last_modified_time = Time.parse last_modified_time.to_s end + # fixes strange missing test error when running complete test suite. + it("does not complain about missing tests") { } + context "when there's no If-Modified-Since header" do it 'sets the Last-Modified header to a valid RFC 2616 date value' do get '/'