Fix strange missing test error when running complete test suite.

This commit is contained in:
Konstantin Haase 2010-10-09 16:26:35 +02:00
parent 1a6bea572c
commit cdef297647
1 changed files with 3 additions and 0 deletions

View File

@ -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 '/'