Displaying 2 results from an estimated 2 matches for "thmadb".
Did you mean:
ahmad
2007 May 07
7
Installing plugins without svn:// access
Hi,
I''m trying to get up and running with rspec on a new project. I''d like to
install the rspec and rspec_on_rails plugins (per
http://rspec.rubyforge.org/documentation/rails/install.html), but my
corporate firewall blocks port 3690 so I can''t access the repository via
svn://
I searched the docs and the mailing-list archive to figure out how to
install the plugins
2007 Sep 26
10
How do I best setup data for Story Runner?
Just started looking at the Story Runner integration, and am
converting a few Rails integration tests to get a feel for it.
My integration tests relied on fixtures, and since my models have a
significant amount of validation (and hence need valid data unless I
save without validation), this has made setup easy.
With stories however, I''m wondering what the recommended approach is.