Errore nella gemma dust

eseguendo i test il teminale mi da questo errore

"

ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32]

C:\Documents and Settings\Nope\project\plapama>rake test
(in C:/Documents and Settings/Nope/project/plapama)
C:/Ruby187/lib/ruby/gems/1.8/gems/dust-0.1.6/lib/object_extension.rb:42:
warning
: &' interpreted as argument prefix C:/Ruby187/lib/ruby/gems/1.8/gems/dust-0.1.6/lib/test_case_extension.rb:71: warn ing:&’ interpreted as argument prefix
Loaded suite
C:/Ruby187/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loa
der
Started
.
Finished in 0.0 seconds.

1 tests, 1 assertions, 0 failures, 0 errors

"

la gemma in questione dust, ferma come sviluppo al 2007

il pezzo di codice in questione

"

def do_tests(type, options, &block) #:nodoc:
options[:allow] = options[:allow].arrayize
full_path_file_name = eval “FILE”, block.binding
test_name = File.basename(full_path_file_name, “.rb”)
test_class = eval “module #{type}; class #{test_name.to_class_name}
< Test::Unit::TestCase; self; end; end”
test_class.class_eval &block
check_for_setup(test_class, options)
check_for_helpers(test_class, options)
end

"

qualcuno sa dirmi come posso correggere questo errore?

Grazie in anticipo :slight_smile:

Luca S. wrote in post #955178:

qualcuno sa dirmi come posso correggere questo errore?

ma ti da anche qualche error o solo questi 2 warning (che non sono
errori sono appunto warning) ?

come puoi leggere il codice viene eseguito correttamente :

Finished in 0.0 seconds.

1 tests, 1 assertions, 0 failures, 0 errors

Il 19/10/2010 8.05, Alessandro S. ha scritto:

si in seguito mi da altri errori, comunque ho deciso di non utilizzarla
pi non era indispensabile :slight_smile: