hyperoslo / cellular

Sending and receiving SMSs with Ruby through pluggable backends.
Other
20 stars 6 forks source link

Fix style issues #25

Closed timkurvers closed 8 years ago

timkurvers commented 8 years ago

This gets rid of most style issues, except for the ones that would require a potentially costly code refactor: code complexity and line length.

By adding a spec for Backend::deliver, code coverage should be 100% now.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 100.0% when pulling cd00ec7dd4c9d5f30059fedd2673727bdffbda60 on fix/style-errors into 1e274b6fcfa1d8bf12aa882ed06230ad8f9715be on master.

jgorset commented 8 years ago

Nice, @timkurvers!

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 100.0% when pulling 6cc4d385385543d7c0597b03211e7cef65aba41a on fix/style-errors into 1e274b6fcfa1d8bf12aa882ed06230ad8f9715be on master.

sindrenm commented 8 years ago

image