[Ironruby-core] RSpec Test Format
Mohammad Azam
lists at ruby-forum.com
Tue Jul 7 14:48:14 EDT 2009
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/.
More information about the Ironruby-core
mailing list