A bit off topic, but does anybody know if there''s an equivalent to "spec_server" for test-unit style tests? Thanks. -r
On Wed, Feb 3, 2010 at 4:36 PM, rogerdpack <rogerpack2005 at gmail.com> wrote:> A bit off topic, but does anybody know if there''s an equivalent to > "spec_server" for test-unit style tests?spec-server was deprecated and removed a few versions back in favor of spork, which works with rspec and test/unit AFAIK.
> spec-server was deprecated and removed a few versions back in favor of > spork, which works with rspec and test/unit AFAIK.Right, I was just wondering if there was something that pre-dated spork, but for test-unit shtuffs...spork does support test-unit but only barely--trying to see if there''s something else that''s a bit more full featured. -rp
On Wed, Feb 3, 2010 at 8:41 PM, rogerdpack <rogerpack2005 at gmail.com> wrote:>> spec-server was deprecated and removed a few versions back in favor of >> spork, which works with rspec and test/unit AFAIK. > > Right, I was just wondering if there was something that pre-dated > spork, but for test-unit shtuffs...spork does support test-unit but > only barely--trying to see if there''s something else that''s a bit more > full featured.Take a look at http://tddmate.rubyforge.org/svn/trunk/ - it''s a predecessor to spec_server. Not sure if it works outside textmate, but it might.