Skip to content

Commit 0c210b0

Browse files
committed
[tests] Minor silly tweak :-)
1 parent 7ddb699 commit 0c210b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec/ruby/rack/application_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def newRuntime()
338338
should_eval_as_eql_to "Gem.loaded_specs['rack'].version.to_s", '2.2.0'
339339
end
340340

341-
it "initializes the $servlet_context global variable" do
341+
it "initializes the servlet_context global variable" do
342342
@runtime = app_factory.new_runtime
343343
should_not_eval_as_nil "defined?($servlet_context)"
344344
end

0 commit comments

Comments
 (0)