Is RubyFIT not what you are looknig for? (See http://rubyforge.org/projects/fit/) FitLibrary, mostly a collection of base fixtures and special page ...
Hello all, I'm trying to set up FitNesse for a new project and I can't seem to get to fitnesse.org. Does anyone know what's going on with the site? -Tracy...
during my experiment i have created my own FitServer that is able to run fixture in parallel mode. I have copied FitServer and have replaced the method process...
I have never used RubyFIT. I assumed that it was a port of the Java version of FIT. I like the flow-style FIT testing that is only possible with FitLibrary...
Alas, you'll have to wait for the RubyFitLibrary, if it becomes available, to get all of the features you desire. ________________________________ From:...
Seems like the web server isn't working. The connection is accepted, but no response is given when the page is requested. U:\TMP>wget fitnesse.org --11:15:59--...
Thanks Ryan, So I've actually never set this up before. With the site down I can't get to any of the documentation. Does that live somewhere else? Do you...
Do symbols work with DoFixtures in .NET? !| MyDoFixture | !| SomeColumnFixture| ... The enter() method in the ColumnFixture returns a hard-coded 6. What's...
Following up my question with yet another question... Since I couldn't get symbols to work with the DoFixture, I'm now just trying to use a RowFixture. I have...
Notwithstanding the variable issue, embedded fixtures should be recognized, but with one caveat: the class path to the fixture must be explicit. Unlike the...
Fixture.recall() might be my best bet. We're using .NET 2 and I don't really want to get into patch chasing when new releases of FitLibrary come out. Back to...
Thanks. I chopped the complete path names from my example, but they are really there and the fixtures are being found. Once found they aren't working the way...
Hi Guys, Just wanted to pass along a brief audio podcast that discusses executable requirements, FitNesse and how it fits in an agile development process and...
The latest version of fitnessedotnet allows the use of symbols in FitLibrary fixtures, but to preserve compatibility with existing tests, it's not enabled by...
Fitnesse is self documented through its wiki. If you download it, I believe there is a readme to get the webserver started and then you can hit it with a...
I know all about it! Well, as much as anyone could. I am a part-time admin-in-{training,residence,practice}. I am the guy who restarted it this morning....
Agile Planning/Rails Training in Washington DC, November 1-4 Ever wanted an Agile Planning/Development class with a real customer. Interested in learning Rails...
What about the fitnesse source code itself. Where this belong in this arrangement? Thanks Matthew Harelick ... referred to ... Deliverables. ... source ... ...
Understanding that FitNesse is an application written in Java, below is what my local Eclipse work area looks like (insert into example workArea structure...
There are other tools that use plain text for storytests. I don't know of any in Ruby. However, the text in such tools is either very restricted in form ...
FitLibrary in Java (and other languages) extends the basic Fit mechanism with additional fixtures. I was proposing to provide a version of DoFixture for Ruby,...
I have an MVP application. What's the best way to FitNesse it? Should I replace V with fixture, or should I go all the way, and swap VP and test M directly? ...