Luis Solano

Results 7 comments of Luis Solano

@patoroco @Ben-G Hi, It's not documented but Nocilla is pretty extensible. In the DSL, both the expected URL and the expected body, expect an [`LSMatcheable`](https://github.com/luisobo/Nocilla/blob/master/Nocilla/Matchers/LSMatcheable.h). All you have to do...

@pstasiak I don't understand what this is for. Would you mind to provide some use cases? Also, the PR has some problems. For example, the documentation is not updated and...

This should not be the case, Nocilla _should_ support that use case just fine as long as both tests do not run concurrently, which is something not supported by the...

@robb I just outlined [here](https://github.com/luisobo/Nocilla/issues/101#issuecomment-114926366) the ideal way of implementing support for arbitraty matching logic. This approach has been possible from day one, it didn't occur to me to use...

Hi João, thanks for the report. I have no idea – can you provide a sample project? Thanks! 2014-12-01 11:12 GMT-05:00 João Prudêncio [email protected]: > Hi there, > > I'm...

Hi @kerekesmarton, thanks for the PR. I have a couple of questions: - Why was the podspec and the Podfile deleted? Couldn't we have support for both Cocoapods and spm?...

I'm on the same boat. I could reproduce thee example, defining custom variables in a `Default.tmPreferences` file under `User`. I can confirm that the documentation seems wrong.