On Saturday 22 December 2007, Nicolás Sanguinetti wrote:
> It works fine in Firefox here (Mac). (I had 2.0.0.7, and upgraded to
> .11 and works fine in both of them) :S
> BTW, it also works in opera and safari, haven't tested in IE, as I
> don't have windows installed.
>
> And I tested your 'A new C' example and also works.

Is

(2).should(be(2));

supposed to pass? It fails with

with: expected 2 to be === 2

(2).should(equal(2));

passes.

> I changed a bit Context.toElement however and added a spec/index.html
> that runs several tests and pushed 0.2.1 up. Let me know if it works.

From the spec I get these errors in Firefox as well as Konqueror (3.5.8)

# [failed]should handle failures correctly
with: expected 2 to be > 1
# [pending]should handle pending specs
# [error]should handle errors correctly
with: undefined has no properties

Anyway, I like js-spec a lot and hope I can help to polish a few rough 
edges.

Michael

-- 
Michael Schuerig
mailto:[EMAIL PROTECTED]
http://www.schuerig.de/michael/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to