fail test by autotest
Reported by hayato | August 24th, 2009 @ 04:04 AM
Unittest of anemone 0.1.2 is written by RSpec.
but test by autotest (included ZenTest) is failed.
[~/git/anemone]> autospec
loading autotest/rspec
/opt/local/bin/ruby /opt/local/lib/ruby/gems/1.8/gems/rspec-1.2.6/bin/spec --autospec spec/page_spec.rb spec/core_spec.rb spec/anemone_spec.rb
You need the 'fakeweb' gem installed to test Anemone
but fakeweb is installed.
[~/git/anemone]> gem list |grep fakeweb
fakeweb (1.2.5)
After apply this patch,autospec is successful.
Comments and changes to this ticket
-
chris (at chriskite) August 31st, 2009 @ 10:27 PM
- State changed from new to resolved
Thanks for the patch! I've applied this and pushed it to the GitHub repo.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site.