gtt ruby quality – Tea-Driven Development https://blog.mattwynne.net Matt Wynne taking it one tea at a time Wed, 21 Aug 2019 13:05:19 +0000 en-US hourly 1 https://wordpress.org/?v=6.2 165828820 Simple Check-In Quality Gate with GIT https://blog.mattwynne.net/2008/08/01/simple-check-in-quality-gate-with-git/ https://blog.mattwynne.net/2008/08/01/simple-check-in-quality-gate-with-git/#respond Fri, 01 Aug 2008 17:35:29 +0000 http://blog.mattwynne.net/2008/08/01/simple-check-in-quality-gate-with-git/ Continue reading "Simple Check-In Quality Gate with GIT"

]]>
For many moons I used to ponder on the challenge of how to get Visual Studio and TFS to stop developers from checking in code when the tests didn’t pass.

I guess it was probably possible but I just always ran into a wall of boringness trying to figure out how to write the hooks into TFS… and probably have to port all my NUnit tests to the abomination that is MS-Test.

I hate to come over all evangelical, but life is just seems a lot easier out here in open-source-land sometimes. Just look at this example of how set up such a gate-keeper for Ruby apps using Git with just two lines of code.

Sweet.

]]>
https://blog.mattwynne.net/2008/08/01/simple-check-in-quality-gate-with-git/feed/ 0 69