<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Minitest on New Schematic</title><link>https://newschematic.org/tags/minitest/</link><description>Recent content in Minitest on New Schematic</description><generator>Hugo</generator><language>en-us</language><copyright>Christopher Boette, CC by-sa-nc</copyright><lastBuildDate>Sun, 15 Feb 2015 17:18:00 +0000</lastBuildDate><atom:link href="https://newschematic.org/tags/minitest/index.xml" rel="self" type="application/rss+xml"/><item><title>assert_equal in MiniTest</title><link>https://newschematic.org/blog/assert-equal-in-minitest/</link><pubDate>Sun, 15 Feb 2015 17:18:00 +0000</pubDate><guid>https://newschematic.org/blog/assert-equal-in-minitest/</guid><description>&lt;div class="gist"&gt;&lt;a href="https://gist.github.com/chrisbodhi/b7b10f5e428088fa38da" target="_blank"&gt;https://gist.github.com/chrisbodhi/b7b10f5e428088fa38da&lt;/a&gt;&lt;/div&gt;
&lt;blockquote&gt;
 &lt;p&gt;@chrisbodhi I also find it difficult to understand how the test cases are passed. I&amp;rsquo;ve checked them and they do, but in my opinion &lt;code&gt;test_name_sticks&lt;/code&gt; should fail as every call to name will append a new random name to the previous one instead of returning the same string. For example, if we run a simple test:&lt;/p&gt;
 &lt;p&gt;&lt;code&gt;robot = Robot.new&lt;/code&gt;
 &lt;br/&gt;&lt;code&gt;2.times{puts robot.name}&lt;/code&gt;
 &lt;br/&gt;
 we get:
 &lt;br/&gt;&lt;code&gt;QF658&lt;/code&gt;
 &lt;br/&gt;&lt;code&gt;QF658YV199&lt;/code&gt;
 &lt;br/&gt;
 making it clear that the test should fail. —&lt;a href="http://exercism.io/franrodalg" target="_blank"&gt;franrodalg&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>