Eric Torreborre

Results 121 comments of Eric Torreborre

I can only agree there but I unfortunately don't have the time nor the skills to fix this :-(. My main goal at the moment is to finish [a big...

Hi @daniellasha. I think this scenario is best supported by embedding the examples of each spec into the main one: ``` class AzureSpec extends Specification with BeforeAfterAll { def beforeAll()...

Note that the PR will be updated with `specs2-5.0.0` when an official version will be released.

I already extracted a `specs2-cats` project with the matchers which were depending on `cats` data types: https://github.com/etorreborre/specs2-cats. Maybe I can move over the rest of the `cats-effect` testing support for...

@armanbilge fantastic, please do :-)

A PR is now available: https://github.com/typelevel/cats-effect-testing/pull/203

I don't understand why you use `Ap` here instead of doing a `traverse` and possibly collect the results with a `Monoid`?

I don't know how I can help here. I am the author of a testing library in Scala: [specs2](http://specs2.org). The internals are structured around a stream of "Fragments" and not...

Interesting one, I'm not sure how well we can solve this case. I'll have a look at it.

I don't know if that's a satisfactory answer for you but I think that if you have a service having no parameters you can consider it like a "static" piece...