ckdake / setler

Setler lets you use the 'Feature Flags' pattern or add settings to models in Rails
MIT License
84 stars 21 forks source link

Added simplecov for coverage analysis #32

Closed jasnow closed 9 years ago

jasnow commented 9 years ago

Added simplecov for coverage analysis. Also updated README file.

Note coverage is not 100% (93.85%) because of the if Rails::VERSION::MAJOR == 3 block in lib/setler/settings.rb file.

ckdake commented 9 years ago

cover_me was pulled as part of https://github.com/ckdake/setler/pull/28 but it looks like the README didn't get updated. Could you update the README as part of this too?

jasnow commented 9 years ago

Could you update the README as part of this too?

Do not see cover_me mention in README, but I can change 'still 100%' to 'the same' in README. Is that okay?

ckdake commented 9 years ago

:+1:

jasnow commented 9 years ago

Anything else?

jasnow commented 9 years ago

Thanks