Displaying 1 result from an estimated 1 matches for "check_manifest".
2008 Jan 08
2
Problems with rspec 1.1 required inside rake tasks
...ks generated by Hoe give you an rspec.rake
file that looks like:
> begin
> require ''spec''
> rescue LoadError
> require ''rubygems''
> require ''spec''
> end
>
So far so good.
When you invoke rake to do something, say check_manifest
> rake check_manifest
>
You wind up with a Runtime error, as follows:
> /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.1/lib/spec/runner/
> options.rb:216:in `files_to_load'': File or directory not found:
> check_manifest (RuntimeError)
> from /usr/local/lib/r...