This is a really weird ...<br><br>I put rSpec on a project that we&#39;re developing ... it only has the one default spec which reads:<br><br><div style="margin-left: 40px;"><i>&nbsp; #Delete this example and add some real ones<br>
&nbsp; it &quot;should use Admin::EulasController&quot; do<br>&nbsp;&nbsp;&nbsp; controller.should be_an_instance_of(Admin::EulasController)<br>&nbsp; end</i><br clear="all"></div><br>The test succeeds, but for some reason it is stripping out the &quot;a&quot; characters ... for example:<br>
<br>This is my output:<br><br><div style="margin-left: 40px;">dmin::EulsHelper<br>- should include the dmin::EulsHelper<br><br>dmin::EulsController<br>- should use dmin::EulsController<br><br>Finished in 0.61 seconds<br><br>
2 exmples, 0 filures<br></div><br>I&#39;m at a loss for where to even start with this ... I promise we don&#39;t have the &quot;acts_as_replacement_for_a_characters&quot; plugin loaded.<br><br>Does anyone have any suggestions or seen this before?<br>
<br>-- <br>Bryan Ray<br><a href="http://www.bryanray.net">http://www.bryanray.net</a><br><br>&quot;Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.&quot;