celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Added tests for Reel::Request #227

Open prathmeshranaut opened 8 years ago

prathmeshranaut commented 8 years ago

Added two new tests for Reel::Request class. @digitalextremist Please check the correct context of the test comment if better position for the tests can be provided.

Code base coverage increased from 91.35% to 91.57% covered. Coverage for lib/reel/request.rb increased from 97.01% to 100%

prathmeshranaut commented 8 years ago

Code base coverage increased from 91.35% to 91.78% covered. Coverage for lib/reel/connection.rb increased from 94.74% to 96.84%

prathmeshranaut commented 7 years ago

@digitalextremist check for merging 91.78% to 92.4%** overall coverage. Coverage for lib/reel/connection.rb increased to ••90.91%••

digitalextremist commented 7 years ago

Once you make the change I mentioned, this is good to pull. Great work @prathmeshranaut

prathmeshranaut commented 7 years ago

@digitalextremist Please take a look.