Displaying 4 results from an estimated 4 matches for "files_to_load".
2008 Jan 08
2
Problems with rspec 1.1 required inside rake tasks
...; 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/ruby/gems/1.8/gems/rspec-1.1.1/lib/spec/
> runner/options.rb:210:in `each''
> from /usr/local/lib/ruby/gems/1.8/gems/rspec-1.1.1/lib/spec/
> runner/options.rb:210...
2007 Nov 26
0
rSpec (rev 2996), Rails (rev 8214): TextMate bundle problems
...pec.rb document yields the following errors when
the same TextMate command is run:
-----------------------------------
RubyMate r8136 running Ruby r1.8.5 (/usr/local/bin/ruby)
>>> tiger_spec.rb
/Users/Brad/dev/ws/fb3ws/test/bradtest/vendor/plugins/rspec/lib/spec/runner/options.rb:208:in
`files_to_load'': File or directory not found: [, (RuntimeError)
from
/Users/Brad/dev/ws/fb3ws/test/bradtest/vendor/plugins/rspec/lib/spec/runner/options.rb:202:in
`each''
from
/Users/Brad/dev/ws/fb3ws/test/bradtest/vendor/plugins/rspec/lib/spec/runner/options.rb:202:in
`files_to_load'...
2008 May 10
4
Problems running RSpec from w/in TextMate
...the command line,
but when I run it from TextMate, I get the following error (I am working
with a Rails application):
RubyMate r8136 running Ruby r1.8.6 (/usr/local/bin/ruby)
>>> event_spec.rb
/Users/waynemolina/work/liberty_truth/vendor/plugins/rspec/lib/spec/runner/options.rb:195:in
`files_to_load'': File or directory not found: [, (RuntimeError)
from
/Users/waynemolina/work/liberty_truth/vendor/plugins/rspec/lib/spec/runner/options.rb:187:in
`each''
from
/Users/waynemolina/work/liberty_truth/vendor/plugins/rspec/lib/spec/runner/options.rb:187:in
`files_to_load''...
2008 Jan 18
2
CC.rb and RSpec
When trying to configure a rspec 1.1.2 based app in CC.rb, I came
across the following:
/home/bryan/cruisecontrolrb-1.2.1/projects/support-engines/work/vendor/
plugins/rspec_on_rails/lib/spec/rails/../../../../rspec/lib/spec/
runner/options.rb:218:in `files_to_load'': File or directory not found:
cc:build (RuntimeError)
from /home/bryan/cruisecontrolrb-1.2.1/projects/support-engines/work/
vendor/plugins/rspec_on_rails/lib/spec/rails/../../../../rspec/lib/
spec/runner/options.rb:212:in `each''
from /home/bryan/cruisecontrolrb-1.2.1/projec...