Those tests were passing for me yesterday, before the Rspec upgrade.
Well, *some* of them were passing. Most were throwing errors about a
helper method. I'll take a look at it tomorrow to see if I can
reproduce the failures.
Daniel
On Jun 16, 2009, at 8:33 PM, Alex Boisvert <boisv...@intalio.com> wrote:
Hi Daniel,
Assaf and I noticed some failures in spec/scala/bdd_spec.rb today.
Do the
following specs fail for you?
1)
'Buildr::Scala::Specs should include public classes extending
org.specs.Specification' FAILED
expected ["com.example.MySpecs$"] to include "com.example.MySpecs"
./spec/scala/bdd_spec.rb:68:
2)
'Buildr::Scala::Specs should include public classes extending
org.specs.Specification even with companion classes' FAILED
expected ["com.example.MySpecs$"] to include "com.example.MySpecs"
./spec/scala/bdd_spec.rb:85:
3)
'Buildr::Scala::Specs should report failed test names' FAILED
expected ["FailingSpecs$"] to include "FailingSpecs"
./spec/scala/bdd_spec.rb:128:
4)
'Buildr::Scala::Specs should compile and run specifications with
"Specs"
suffix' FAILED
expected ["HelloWorldSpecs$"] to include "HelloWorldSpecs"
./spec/scala/bdd_spec.rb:146:
5)
'Buildr::Scala::Specs should fail if specifications fail' FAILED
expected ["StringSpecs$"] to include "StringSpecs"
./spec/scala/bdd_spec.rb:165:
Finished in 14.103377 seconds
11 examples, 5 failures
alex