amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Enable pool_spec test #51

Closed yamadayuki closed 8 years ago

yamadayuki commented 8 years ago

This pool_spec test failed, because Base64#urlsafe_encode method in 'src/amethyst/session/pool.cr' missed. typo(urlsafe_encode64) resulted in spec failure.