rrrene / elixirstatus-web

Community site for Elixir project/blog post/version updates
http://elixirstatus.com
MIT License
281 stars 44 forks source link

Fix failing test on master #40

Closed PragTob closed 8 years ago

PragTob commented 8 years ago

The extract_valid_params would end up in the empty case and that means no title or text and regexes against nil don't play well.

This is a rather quick fix as of now, I think the process should be aborted more in advance if these parameters are not there. To that extent I also think it might be worth going through a basic change set earlier in the process.