Re: [rspec-users] Testing Plugins + Lib Code

2008-04-07 Thread Joe Fiorini
Thanks for this! I came across your message while writing my first plugin. You allowed me to take 20 lines of lib code and turn it into a fully tested plugin in 30 minutes! Thanks man! Joe On Mar 3, 2008, at 7:46 PM, Pat Maddox wrote: > On Mon, Mar 3, 2008 at 3:17 PM, Mark Dodwell <[EMAIL

Re: [rspec-users] Testing Plugins + Lib Code

2008-03-03 Thread Pat Maddox
On Mon, Mar 3, 2008 at 3:17 PM, Mark Dodwell <[EMAIL PROTECTED]> wrote: > Hi, > > I'm quite new to Rspec and I'm embarking on a new project. One thing I'm > really not sure about is how to test plugins and code in your 'lib/' > folder. Where would these specs actually live in the dir structure?

[rspec-users] Testing Plugins + Lib Code

2008-03-03 Thread Mark Dodwell
Hi, I'm quite new to Rspec and I'm embarking on a new project. One thing I'm really not sure about is how to test plugins and code in your 'lib/' folder. Where would these specs actually live in the dir structure? Should you test plugins by creating specs within the plugin's dir? Or by adding a s