1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/mailers
Paul Menzel f2d7b8f740 Spell verb *set up* with a space
The verb *set up* is spelled with a space [1].

```
$ git grep -l 'to setup' | xargs sed -i 's/to setup/to set up/g'
$ git grep -l '# Setup' | xargs sed -i 's/# Setup/# Set up/g'
$ git grep -l "test 'setup" | xargs sed -i "s/test 'setup/test 'set up/g"
```

Revert the change for *setup block yields self*.

Change the rest manually.

[1] http://www.merriam-webster.com/dictionary/set%20up
2016-02-02 19:09:19 +01:00
..
confirmation_instructions_test.rb Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
reset_password_instructions_test.rb Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
unlock_instructions_test.rb Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00