waterlink / spec2.cr

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

fixed #20 #21

Closed vjdhama closed 8 years ago

vjdhama commented 8 years ago

This fixes the issue #20 .

waterlink commented 8 years ago

@vjdhama Thanks! LGTM

vjdhama commented 8 years ago

Thanks @waterlink. I can't use the merged changes since there's no new release for shards to pull from. Could you possibly release a new version?

waterlink commented 8 years ago

@vjdhama I will do that.

On the side note, you actually can:

dependencies:
  spec2:
    github: waterlink/spec2.cr
    branch: master

This will use latest code from master branch after running shards update.

waterlink commented 8 years ago

@vjdhama Done

vjdhama commented 8 years ago

@waterlink Thanks again. Didn't know you could pass branch in there.