<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">David,<br><br>&nbsp;&nbsp;&nbsp; Thanks for the reply.&nbsp; I really appreciate it.&nbsp; You must be updating the site as I was looking at it earlier the title said 1.0.8 and now the title says 1.1.0.&nbsp; I have it running now.&nbsp; So, I am back to my first step which is getting rSpec to work.&nbsp; I ruined it yesterday trying to get autotest to work.&nbsp; I must have had incompatible versions of rSpec and rSpec on Rails.&nbsp; I was under the assumption that the 2 were different.&nbsp; In other words rSpec works for any type of ruby app and rSpec on Rails works is specific to rails (fine tuned to Rails).&nbsp; I see now that they are dependent.&nbsp; What I did was removed the spec directory, the rSpec on Rails and rSpec directories in my vendor folder in my application.&nbsp; Then installed both versions using the instructions under "Living on the edge."&nbsp; Then ran the ruby script/generate rspec command.&nbsp; Then created a rspec_model and ran the ruby script/spec spec command and everything worked great.&nbsp; I appreciate the push in the right direction.&nbsp; I'm going to try and get autotest to work now.<br><br>thanks.<br>Mike Riley<br></div><br><hr id="stopSpelling">&gt; Date: Sun, 16 Dec 2007 10:22:22 -0600<br>&gt; From: dchelimsky@gmail.com<br>&gt; To: rspec-users@rubyforge.org<br>&gt; Subject: Re: [rspec-users] rSpec troubles<br>&gt; <br>&gt; On Dec 16, 2007 10:15 AM, Michael Riley &lt;wdperson@hotmail.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Hello All,<br>&gt; &gt;<br>&gt; &gt;     I am hoping someone can help me.  I am having a nightmare of a time<br>&gt; &gt; trying to get rSpec to work.  It was working at one time, but I tried<br>&gt; &gt; installing Zentest to get autotest to work with rSpec and it's been downhill<br>&gt; &gt; ever since.  Here are the gems I have installed in my rails app:<br>&gt; &gt;<br>&gt; &gt; ZenTest 3.6.1 if it matters (technically this is in my Ruby gems list and<br>&gt; &gt; not in my vendor directory of my rails app).<br>&gt; &gt; Rails - version 2.0.1<br>&gt; &gt; rSpec on Rails (revision 3166).  Fixed one error by finding that you must<br>&gt; &gt; use the latest version with edge rails.<br>&gt; &gt;<br>&gt; &gt; The current error I am getting is:<br>&gt; &gt; custom_require.rb:27 in 'gem_original_require': no such file to load --<br>&gt; &gt; spec/example/configuration (MissingSourceFile)<br>&gt; &gt;<br>&gt; &gt; Wouldn't rSpec install all the necessary files or am I missing another gem?<br>&gt; <br>&gt; Did you follow these installation instructions?<br>&gt; <br>&gt; http://rspec.info/documentation/rails/install.html<br>&gt; <br>&gt; You should have the same revision of rspec and rspec_on_rails installed as gems.<br>&gt; <br>&gt; &gt;<br>&gt; &gt; thanks for any assistance.<br>&gt; &gt; Mike Riley<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Don't get caught with egg on your face. Play Chicktionary! Check it out!<br>&gt; &gt; _______________________________________________<br>&gt; &gt; rspec-users mailing list<br>&gt; &gt; rspec-users@rubyforge.org<br>&gt; &gt; http://rubyforge.org/mailman/listinfo/rspec-users<br>&gt; &gt;<br>&gt; _______________________________________________<br>&gt; rspec-users mailing list<br>&gt; rspec-users@rubyforge.org<br>&gt; http://rubyforge.org/mailman/listinfo/rspec-users<br><br /><hr />i’m is proud to present Cause Effect, a series about real people making a difference. <a href='http://im.live.com/Messenger/IM/MTV/?source=text_Cause_Effect' target='_new'>Learn more</a></body>
</html>