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:
parent
1a6bea572c
commit
cdef297647
1 changed files with 3 additions and 0 deletions
|
@ -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 '/'
|
||||||
|
|
Loading…
Reference in a new issue