Re: [rspec-users] What command to run all stories?

2007-11-15 Thread Eric Pugh
e information transmitted is intended only for the person or entity > to which it is addressed and may contain proprietary, confidential > and/or legally privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance > upon, th

[rspec-users] Using Predicates to look at an array..

2007-10-04 Thread Eric Pugh
E_REGULAR) How are other folks looking at the contents of an Array? Am I going around bassackwards on this? Eric ----- Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensource

[rspec-users] Rspec on rails with out database?

2007-07-24 Thread Eric Pugh
Hi all, I am trying to use rspec_on_rails in a Rails app that doesn't have a database. so far I have just been faking it out by dumping in a sqlite3 database just to make Rails happy. I was using for test::unit a rake task that eliminated the calls to database prep: # Added this .rake fil