[typo] Typo rspec and coverage

2008-09-03 Thread Pat Cappelaere
I am trying to run rspec for the latest release of Typo and am running into a lot of errors (which could be self-inflicted). So before I dive too deep into this, should we expect Typo 5.1.3 to pass all the tests? And by the way, what is the current test coverage number from rcov? Thanks, Pat. --

Re: [typo] Typo rspec and coverage

2008-09-03 Thread de Villamil Frédéric
Le 3 sept. 08 à 14:19, Pat Cappelaere a écrit : I am trying to run rspec for the latest release of Typo and am running into a lot of errors (which could be self-inflicted). So before I dive too deep into this, should we expect Typo 5.1.3 to pass all the tests? And by the way, what is the

Re: [typo] Typo rspec and coverage

2008-09-03 Thread Pat Cappelaere
well... I believe you... ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc-darwin9.2.2] Rails 2.1.0 But Typo contains its own frozen rails so it should not matter. Just trying: rake spec 471 examples, 44 failures So I downgraded to Rails 2.0.2 and I now pass all the tests. Hu! Interesting