<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Step by Step to Using MSpec (Machine.Specifications) with ReSharper</title>
	<atom:link href="http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/</link>
	<description>curiosities of development, life, the universe and everything</description>
	<lastBuildDate>Thu, 16 May 2013 18:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Marcin Obel</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-102</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:56:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-102</guid>
		<description>Hi All,

I have released an intaller for MSpec 3.0. You can download it from my blog: http://marcinobel.com/index.php/mspec-bdd-installer/
Please, let me know if everything works fine.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have released an intaller for MSpec 3.0. You can download it from my blog: <a href="http://marcinobel.com/index.php/mspec-bdd-installer/" rel="nofollow">http://marcinobel.com/index.php/mspec-bdd-installer/</a><br />
Please, let me know if everything works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Obel</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-101</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:59:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-101</guid>
		<description>You can find more Resharper templates for MSpec here: http://marcinobel.com/index.php/resharpers-live-templates-for-mspec-bdd-framework/</description>
		<content:encoded><![CDATA[<p>You can find more Resharper templates for MSpec here: <a href="http://marcinobel.com/index.php/resharpers-live-templates-for-mspec-bdd-framework/" rel="nofollow">http://marcinobel.com/index.php/resharpers-live-templates-for-mspec-bdd-framework/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan Cragg</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-100</link>
		<dc:creator>Rohan Cragg</dc:creator>
		<pubDate>Sat, 26 Sep 2009 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-100</guid>
		<description>*** This might help others with the report output HTML working. ***

The assembly &#039;Machine.Specifications.Reporting.dll&#039; is also required to be place in the test out put directory. For example, I added the following as a post-build step in my .csproj settings (i.e Project &#124; Settings - Build Events):

&gt; machine.specifications.consolerunner --html $(TargetDir)mspec.rpt.html $(TargetDir)$(TargetFileName)</description>
		<content:encoded><![CDATA[<p>*** This might help others with the report output HTML working. ***</p>
<p>The assembly &#8216;Machine.Specifications.Reporting.dll&#8217; is also required to be place in the test out put directory. For example, I added the following as a post-build step in my .csproj settings (i.e Project | Settings &#8211; Build Events):</p>
<p>> machine.specifications.consolerunner &#8211;html $(TargetDir)mspec.rpt.html $(TargetDir)$(TargetFileName)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdn</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-99</link>
		<dc:creator>jdn</dc:creator>
		<pubDate>Tue, 08 Sep 2009 00:02:36 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-99</guid>
		<description>DOH!

Thanks.  That works.</description>
		<content:encoded><![CDATA[<p>DOH!</p>
<p>Thanks.  That works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Biefeld</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-98</link>
		<dc:creator>Sean Biefeld</dc:creator>
		<pubDate>Mon, 07 Sep 2009 17:02:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-98</guid>
		<description>@jdn
If you had visual studio open at the time you set up resharper to handle mspecs, you will have to restart visual studio.</description>
		<content:encoded><![CDATA[<p>@jdn<br />
If you had visual studio open at the time you set up resharper to handle mspecs, you will have to restart visual studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdn</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-97</link>
		<dc:creator>jdn</dc:creator>
		<pubDate>Sun, 06 Sep 2009 23:58:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-97</guid>
		<description>Sorry, I&#039;m missing something.  How does this help with ReSharper?  If I try to right-click and run unit tests on my already existing mspec specs after doing steps 1, 2, 3, all I get is the message &quot;No unit tests found.&quot;

I&#039;m sure I missed something, but not sure what.</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m missing something.  How does this help with ReSharper?  If I try to right-click and run unit tests on my already existing mspec specs after doing steps 1, 2, 3, all I get is the message &#8220;No unit tests found.&#8221;</p>
<p>I&#8217;m sure I missed something, but not sure what.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom de Koning</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-96</link>
		<dc:creator>Tom de Koning</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:42:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-96</guid>
		<description>btw, the location to the git repository is incorrect; it should be

git://github.com/machine/machine.git =&gt;

git clone git://github.com/machine/machine.git mspec </description>
		<content:encoded><![CDATA[<p>btw, the location to the git repository is incorrect; it should be</p>
<p>git://github.com/machine/machine.git =></p>
<p>git clone git://github.com/machine/machine.git mspec </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-95</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 27 Aug 2009 18:11:25 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-95</guid>
		<description>Are MSpec &quot;tests&quot; integrated with Resharper TestRunner</description>
		<content:encoded><![CDATA[<p>Are MSpec &#8220;tests&#8221; integrated with Resharper TestRunner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom de Koning</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-94</link>
		<dc:creator>Tom de Koning</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:16:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-94</guid>
		<description>Also, make sure you run the reg file in the Testdriven.net directory. This will allow VS to pick up the tests with TD.net. (make sure you adjust the path to the td.net dll)

I have some issues with the TDD flow when using MSPEC. Normally I use &quot;Introduce variable&quot; when asserting on the output of a property or method. Because the variable needs to be declared static in order to be seen in the It delegate this doesn&#039;t work. 

Does anyone have a tip for this?</description>
		<content:encoded><![CDATA[<p>Also, make sure you run the reg file in the Testdriven.net directory. This will allow VS to pick up the tests with TD.net. (make sure you adjust the path to the td.net dll)</p>
<p>I have some issues with the TDD flow when using MSPEC. Normally I use &#8220;Introduce variable&#8221; when asserting on the output of a property or method. Because the variable needs to be declared static in order to be seen in the It delegate this doesn&#8217;t work. </p>
<p>Does anyone have a tip for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Biefeld</title>
		<link>http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/#comment-93</link>
		<dc:creator>Sean Biefeld</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:10:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx#comment-93</guid>
		<description>@bogardj cool I&#039;ll look into autohotkey, at the moment I am just using a visual studio macro for underscores

@derick.bailey glad you enjoyed, thanks

@Richard Cirerol I also have not delved much into the behaves_like options but it&#039;s on my list of things to do, if I can come up with some good examples, I&#039;d be happy to post them</description>
		<content:encoded><![CDATA[<p>@bogardj cool I&#8217;ll look into autohotkey, at the moment I am just using a visual studio macro for underscores</p>
<p>@derick.bailey glad you enjoyed, thanks</p>
<p>@Richard Cirerol I also have not delved much into the behaves_like options but it&#8217;s on my list of things to do, if I can come up with some good examples, I&#8217;d be happy to post them</p>
]]></content:encoded>
	</item>
</channel>
</rss>
