Skip to content

Commit

Permalink
Minor improvements to specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 18, 2020
1 parent 8370692 commit 211f5f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/falcon/command/virtual_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@
end
end

context "HTTP/1.0" do
context "using HTTP/1.0" do
let(:protocol) {Async::HTTP::Protocol::HTTP10}
include_examples Falcon::Command::Virtual
end

context "HTTP/1.1" do
context "using HTTP/1.1" do
let(:protocol) {Async::HTTP::Protocol::HTTP11}
include_examples Falcon::Command::Virtual
end

context "HTTP/2" do
context "using HTTP/2" do
let(:protocol) {Async::HTTP::Protocol::HTTP2}
include_examples Falcon::Command::Virtual
end
Expand Down

0 comments on commit 211f5f8

Please sign in to comment.