On Tue, Jul 06, 2010 at 07:46:48PM -0700, Don French wrote:
>
> I am trying to use this sample rspec test.
> before(:each) do
> @storage = Ruote::FsStorage.new("/tmp/phynet-ruote/")
> @worker = Ruote::Worker.new(@storage)
> @engine = Ruote::Engine.new(@worker)
> end
>
> An I get the following error:
>
> LoadError in 'Idp::InitializeDirectoryParticipant an attempt to spec
> ruote process definitions should initialize a directory'
> no such file to load -- ./log/test_logger
> /Users/dhf/.rvm/gems/ruby-1.9.1-p378/gems/ruote-2.1.11/lib/ruote/
> context.rb:116:in `require'
Hello Don,
the code is complaining about
require 'log/test_logger'
Are you sure this is really the initialization code that you are showing on top
that is involved ?
In ruote code (and test code), this test logger is always referenced via
'ruote/log/test_logger'. I guess a quick "grep -r test_logger ." in your code
could help.
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
--
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en