MattHoneycutt / SpecsFor

SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.
http://specsfor.com
MIT License
196 stars 70 forks source link

Can't run SpecsFor VS 2015 #89

Closed larshg closed 8 years ago

larshg commented 8 years ago

When I try to use SpecsFor in Bonobo it crashes due to the hardcoded path here

Is there any way to change what MSBuild tools it has to use?

MattHoneycutt commented 8 years ago

This is definitely a bug. There is a way to change the MSBuild path, but it looks like the validation doesn't respect that. I'll try to get this fixed ASAP.

MattHoneycutt commented 8 years ago

This is fixed in 4.7.2. Thanks for reporting the issue!