[rspec-users] rSpec REL_0_7_2 rspec_on_rails (MissingSourceFile) >> Fixed in trunk
Keith McDonnell
keith at dancingtext.com
Fri Nov 24 12:00:17 EST 2006
Hi Aslak, Thanks for the help. That bug is fixed in trunk.
Here's my path to recovery ...
$ svn co svn://rubyforge.org/var/svn/rspec/trunk ~/tmp/rspec
$ cd ~/tmp/rspec
$ rake gem
$ sudo gem install pkg/rspec-0.7.3.gem
$ ./script/plugin install --force svn://rubyforge.org/var/svn/rspec/trunk/vendor/rspec_on_rails/vendor/plugins/rspec
$ ./script/generate rspec (required to regenerate specs)
$ rake spec:models
<Specs running nicely>
Thanks, Keith On 11/22/06, Keith McDonnell <keith at dancingtext.com> wrote:
> > Hi there,
> >
> > I've installed rspec, rails plugin & generators thusly:
> >
> > $ sudo gem install rspec
> > $ sudo gem install rspec_generator
> > $ sudo gem install zentest -v 3.4.1
> > $ ./script/plugin install
> > svn://rubyforge.org/var/svn/rspec/tags/REL_0_7_2/vendor/rspec_on_rails/vendor/plugins/rspec
> >
>
I believe this is fixed on trunk. Could you try this instead?:
(somewhere outside your rails app)
svn co svn://rubyforge.org/var/svn/rspec/trunk rspec
cd rspec
rake gem
sudo gem install pkg/rspec-0.7.3.gem
And then install the trunk/HEAD rspec plugin in your rails app:
./script/plugin install
svn://rubyforge.org/var/svn/rspec/trunkvendor/rspec_on_rails/vendor/plugins/rspec
If the problem still persists, please file a bug at the RubyForge tracker.
HTH,
Aslak
> >
> >
More information about the rspec-users
mailing list