#8 ✓resolved
hayato

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

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.

New-ticket Create new ticket

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.

Shared Ticket Bins

People watching this ticket

Attachments

Pages