Hey guys, I'm on the final stretch on doing the fi...
# spek
r
Hey guys, I'm on the final stretch on doing the first alpha release. Visit http://spekframework.netlify.com/ for the WIP documentation site
🎉 10
r
I am using
include
very often (without the use of the subjectExtension). Is this feature entirely dropped or is there a replacement?
r
@robstoll you could use extensions.
Copy code
function Root.somethingShared() {
   ...
}
then on the use-site
Copy code
object MySpec: Spek({
  somethingShared()

  describe("something") { ... }
})
r
Wow, those are some extreme tests :). I can try rewriting it using 2.x once the alpha is out.
👍 1