diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-16 04:50:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-04-16 04:50:34 -0600 |
| commit | bcae07d8c558f4368bafdf2b6c21ad8a9aae9ebe (patch) | |
| tree | c53f5dbfe1523bc7bab6cddad019b6d1ca2b3c4d /Rakefile | |
| parent | c5c21d624a21b6adc7e6577fa41cc80116bb4899 (diff) | |
use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci]
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ # frozen_string_literal: true Dir.glob('tasks/*.rake').each {|file| load file } - task default: %w(test:all) |
