From: "Shot (Piotr Szotkowski)" Date: 2007-12-28T05:18:55+09:00 Subject: Re: RSpec on Ruby 1.9: before(:all) (Not Yet Implemented) pending messages instead of tests --7fVM7fn5T1d7Fqim Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Shot (Piotr Szotkowski): > I happily hand-compiled Ruby 1.9.0-0 into /home/shot/opt/ruby today > and I=E2=80=99m running into a strange error with RSpec =E2=80=93 all my = examples work > perfectly with Ruby 1.8 but are considered peding on Ruby 1.9. FWIW, I get the same result with this simplest spec: describe Array do it 'should work' do a =3D [1, 2] a.first.should =3D=3D 1 end end RSpec 1.1.1 on Ruby 1.8 =E2=80=93 1 example, 0 failures. RSpec 1.1.1 on Ruby 1.9 =E2=80=93 1 example, 0 failures, 1 pending. -- Shot --=20 To D-Bus people, every problem seems like a D-Bus problem. -- Erik Troan --7fVM7fn5T1d7Fqim Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFHdAjOi/mCfdEo8UoRAkukAKDFpG0e2FiQWI6TlC1zQyYtKWH15wCfXpAB wiTo5kVXtZKa1NvhmijMx6o= =M11k -----END PGP SIGNATURE----- --7fVM7fn5T1d7Fqim--