nspec / NSpec

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
http://nspec.org/
MIT License
260 stars 57 forks source link

describe_Conventions specs are basically empty #144

Closed BrainCrumbz closed 7 years ago

BrainCrumbz commented 7 years ago

Current version of describe_Conventions.cs in NSpecSpecs project is basically empty.

What should be the original intent of testing that? Or should those just be dropped?

amirrajan commented 7 years ago

At one point NSpec was going to allow test discovery for tests that were title cased (in addition to underscores). It was never really implemented and frankly I'm not fond of it anyways. So we can kill that plus the class entirely.