Thanks Kevin for the detailed answer. I agree that Spec makes easier to 
perform BDD style testing. Although I have never used MSpec for C#. I 
usually write my C# BDD style test manually without any tools. Like the 
following:

public class when_1_is_passed_to_the_prime_service
{

public void should_make_sure_true_is_returned()
{

}

}

Thanks for the input!
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to