Feature #73
Specs for Ping Module in the Standard Library
| Status : | Resolved | Start : | 11/18/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 100% |
|
| Category : | - | |||
| Target version : | - | |||
Description
I didn't see any test for the Ping Module, so I implemented them. This is my first submitted patch, so I apologize if there are any problems with these patches. Please let me know how I can improve in the future.
History
11/18/2008 03:15 PM - Brian Ford
- Status changed from New to Resolved
- % Done changed from 0 to 100
Added in cc3f1a26. I squashed the commits into one since two of them were just fixups. I tend to use git commit --amend for this when working on something so that I can commit regularly but not have a lot of scratch work commits when I push. Also. git rebase --interactive is a big help.
The specs look good. Thanks for reviewing the style guide. I did move the require 'ping' line after the require for the spec helper. This is the standard way so that spec_helper.rb can do any necessary setup.
Let me know your github username and I'll add you to the project.
Thanks for helping!
