1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

View file

@ -482,6 +482,9 @@ class HelpersTest < Test::Unit::TestCase
@last_modified_time = Time.parse last_modified_time.to_s @last_modified_time = Time.parse last_modified_time.to_s
end 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 context "when there's no If-Modified-Since header" do
it 'sets the Last-Modified header to a valid RFC 2616 date value' do it 'sets the Last-Modified header to a valid RFC 2616 date value' do
get '/' get '/'