1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/rails_app
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
..
app Rails 5 compatability. Remove rails < 4.1 and Ruby < 2.1 2015-12-11 09:47:30 -08:00
bin Updating test app running rake rails:update, tests running with failures 2013-02-25 22:12:06 -03:00
config Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
db Set null: false explicitly in timestamps 2014-09-18 19:50:58 +02:00
lib Add a test for when a recoverable resource has a non-AR email field 2015-12-08 16:01:39 +00:00
public Got tests running on Rails 3: 369 tests, 486 assertions, 45 failures, 124 errors. 2010-02-16 14:31:49 +01:00
config.ru Allow the dummy application in test/rails_app to boot. 2010-04-01 12:49:11 +02:00
Rakefile Updating test app running rake rails:update, tests running with failures 2013-02-25 22:12:06 -03:00