waterlink / spec2.cr

Enhanced `spec` testing library for [Crystal](http://crystal-lang.org/).
MIT License
103 stars 22 forks source link

Error in be.cr #41

Closed justaskz closed 8 years ago

justaskz commented 8 years ago

I am getting this error, however message is not informative at all :(

Error in ./libs/spec2/matchers/be.cr:34: macro 'method_missing' expects 1 argument (call)

      macro method_missing(name, args, block)
            ^~~~~~~~~~~~~~

make: *** [test] Error 1
mauricioabreu commented 8 years ago

Use the master branch. It is fixed but it was not released it.

justaskz commented 8 years ago

It works! Thank you

fridgerator commented 8 years ago

when can we expect a release for this? I would like to also release an update for the google_maps_api lib

waterlink commented 8 years ago

Hi Nick,

I will release the new version in around 7 hours from now. Nick Franken notifications@github.com schrieb am Mi., 22. Juni 2016 um 7:30 PM:

when can we expect a release for this? I would like to also release an update for the google_maps_api https://github.com/fridgerator/google_maps_api lib

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/waterlink/spec2.cr/issues/41#issuecomment-227818005, or mute the thread https://github.com/notifications/unsubscribe/AAlLFq8b8UDGH_RcB2wi84T5Fw6w9asvks5qOXFGgaJpZM4I7G0g .

waterlink commented 8 years ago

@fridgerator Published just now: https://github.com/waterlink/spec2.cr/releases/tag/v0.8.2

fridgerator commented 8 years ago

👍