]> cat aescling's git repositories - mastodon.git/commit
Organize coverage dirs (#1695)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Thu, 13 Apr 2017 14:00:31 +0000 (10:00 -0400)
committerEugen <eugen@zeonfederated.com>
Thu, 13 Apr 2017 14:00:31 +0000 (16:00 +0200)
commitb330d1f000ef354a856c43aeaa27e079c89fc822
treef0d15315a6d13781f1429c8ffe126fcc908339c3
parent447b8bc44eb33ae6ffdfbcc7ae52fbe0bba93ece
Organize coverage dirs (#1695)

* Add `Presenters` group to SimpleCov configuration

* Move validators to app/validators, add to simplecov config
app/validators/email_validator.rb [moved from app/lib/email_validator.rb with 100% similarity]
app/validators/status_length_validator.rb [moved from app/lib/status_length_validator.rb with 100% similarity]
app/validators/url_validator.rb [moved from app/lib/url_validator.rb with 100% similarity]
spec/spec_helper.rb