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