Skip to content

Commit

Permalink
Merge pull request #4 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
jcoglan committed Sep 2, 2017
2 parents 7b2ecb1 + c44d436 commit ff9af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/websocket/extensions_spec.rb
Expand Up @@ -329,7 +329,7 @@
expect { @extensions.generate_response("x-webkit- -frame") }.to raise_error
end

it "returns a response for potentially conflicting extensions if their preceeding extensions don't build a session" do
it "returns a response for potentially conflicting extensions if their preceding extensions don't build a session" do
allow(@ext).to receive(:create_server_session).and_return(nil)
expect(@extensions.generate_response("deflate, tar")).to eq "tar; gzip"
end
Expand Down

0 comments on commit ff9af49

Please sign in to comment.