Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor #6044 -- use _spec.rb as the pattern for spec tests. | Daniel Pittman | 2011-01-27 | 1 | -19/+0 |
| | | | | | | Rename all the spec tests to follow the rspec convention of *_spec.rb rather than unadorned *.rb; this also makes it easier to work with them consistently without using the Rakefile support that customizes that. | ||||
* | Refactor #6044 -- require spec_helper with a consistent path. | Daniel Pittman | 2011-01-27 | 1 | -1/+1 |
| | | | | | | Because we pull in spec_helper in individual tests, we need to use a consistent path or Ruby will evaluate it multiple times. Make the path consistent by expanding it before require. | ||||
* | Refactor - rename ipmess to interfaces | Paul Nasrat | 2009-01-24 | 1 | -0/+19 |