Skip to content

Commit

Permalink
Update tcp_spec.rb (#382)
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
murraybd committed Dec 5, 2022
1 parent 10607a2 commit 2d75699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/server/tcp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
expect(post('/', :big => big)).to include(big)
end

it "should retreive remote address" do
it "should retrieve remote address" do
expect(get('/')).to include('"REMOTE_ADDR"=>"127.0.0.1"')
end

Expand Down

0 comments on commit 2d75699

Please sign in to comment.