
specs - issue #86
SpecsFinder doesn't appear to find specs that don't directly mix-in Specification trait
What steps will reproduce the problem? 1. Declare a class that extends Specification, e.g. "MyParent" 2. Create a class that extends "MyParent", e.g. "MyChild". MyChild does not explicitly say "with Specification", it just "extends MyParent" 3. Write some specifications in that class 4. Attempt to run this MyChild as part of a group of specifications with the SpecsFinder
What is the expected output? What do you see instead?
I would expect MyChild to be run along with all my other specs. It is skipped silently. (However, if you run MyChild in Intellij, it works fine)
What version of the product are you using? On what operating system?
1.5.0 on OSX, but I'm pretty sure this is happening on Windows as well.
Please provide any additional information below.
Comment #1
Posted on Aug 6, 2009 by Massive GiraffeThis issue was closed by revision r1076.
Comment #2
Posted on Aug 6, 2009 by Massive GiraffePlease test version 1.6.0-SNAPSHOT and tell me how it works for you.
Comment #3
Posted on Aug 10, 2009 by Grumpy BearEric: Yes, fixed nicely in 1.6.0-SNAPSHOT. Thanks!
Comment #4
Posted on Aug 10, 2009 by Massive Giraffe(No comment was entered for this change.)
Status: Verified
Labels:
Type-Defect
Priority-Medium