normalizy icon indicating copy to clipboard operation
normalizy copied to clipboard

:wrench: Attribute normalizer for Rails

Results 3 normalizy issues
Sort by recently updated
recently updated
newest added

Change the [percent](https://github.com/wbotelhos/normalizy/blob/master/lib/normalizy/filters/percent.rb) filter to `percentage`.

sometimes `@subject[@attribute]` return `nil` instead correct value and we can recieved so message ``` Failure/Error: it { is_expected.to normalizy(:service_email).from('[email protected]').to '[email protected]' } expected: "[email protected]" got: "[email protected]" ```

waiting-for-test