How do I remove rake test errors in Ruby on Rails? -


i have encountered errors while running rake test, though app working fine. wanted remove errors future assistance. following lines of messages:

c:/ruby193/lib/ruby/gems/1.9.1/gems/rack-1.2.8/lib/rack/lock.rb:13:in `block in call' <internal:prelude>:10:in `synchronize' c:/ruby193/lib/ruby/gems/1.9.1/gems/rack-1.2.8/lib/rack/lock.rb:13:in `call' c:/ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.0.7/lib/action_dispatch/middleware/static.rb:30:in `call' c:/ruby193/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/application.rb:168:in `call' c:/ruby193/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/application.rb:77:in `method_missing' c:/ruby193/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/rack/log_tailer.rb:14:in `call' c:/ruby193/lib/ruby/gems/1.9.1/gems/rack-1.2.8/lib/rack/content_length.rb:13:in `call' c:/ruby193/lib/ruby/gems/1.9.1/gems/rack-1.2.8/lib/rack/handler/webrick.rb:52:in `service' c:/ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' c:/ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' c:/ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' 

any appreciated


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -