Why I use test/spec over rspec
...the worst thing that can happen to a code base is size. -- Steve Yegge
| Project | LOC |
| RSpec | 15581 |
| test/spec | 1512 |
| bacon | 477 |
(Lines of code counted with sloccount, adding up only results from the lib and test (or spec) directories for each of the latest gems.)