CodeConnect / AliveFeedback

Issue and feature tracker for Alive
23 stars 0 forks source link

Support for MSpec #6

Open Exef opened 9 years ago

Exef commented 9 years ago

Is there any possibility to support Machine.Specification (https://github.com/machine/machine.specifications) as next test framework?

JoshVarty commented 9 years ago

We'll definitely look into it. Are there any peculiarities to this framework when compared to MSTest or XUnit?

Exef commented 9 years ago

Yes, the syntax is based on RSpec. It's rather BDD than TDD framework.