Many posts on this list are about using RSpec with Rails and that's the way I'm also using RSpec all the time.<br><div>Unfortunately there isn't that much info about using RSpec for standalone Ruby projects.<div>
<br><div>I must admit I'm really having a hard time writing the very first example(s) for a fresh standalone Ruby project. I haven't really got a clue where to start, how to call the first example and how to describe it.
</div><div>I want to use the outside-in approach, but that suggests the first example you write should specify the workings of the whole project, right?</div><div>I alway catch myself focusing on dependancies and start from the inside instead of the outside. (if I implement this first, I can use it as a building brick for that feature, and if that feature is implemented I can work on that other feature.)
</div><div><br class="webkit-block-placeholder"></div><div>So, where do I actually need to start?</div><div><br class="webkit-block-placeholder"></div></div></div>