Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
Issy Long
|
6b76fd012a
|
Fix (auto-correct) RuboCop RSpec/BeNil offenses
|
2022-03-01 00:10:10 +00:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Markus Reiter
|
89582c2d0e
|
Fix typo.
|
2018-07-17 12:53:12 +02:00 |
|
Markus Reiter
|
9f1b64a9d4
|
Add additional specs for PATH .
|
2018-04-20 19:11:22 +02:00 |
|
Markus Reiter
|
1be5eeec26
|
Add test and comment for PATH#existing .
|
2017-04-30 21:23:12 +02:00 |
|
Markus Reiter
|
1c7238e59b
|
Add tests for PATH#select and PATH#reject .
|
2017-04-30 21:18:06 +02:00 |
|
Markus Reiter
|
4d5d6a65e3
|
Rename PATH#validate to PATH#existing .
|
2017-04-30 21:11:28 +02:00 |
|
Markus Reiter
|
22f624b373
|
Make PATH enumerable.
|
2017-04-30 21:11:28 +02:00 |
|
Markus Reiter
|
e70f2ec332
|
Make sure duplicates are remove from PATH .
|
2017-04-30 21:11:28 +02:00 |
|
Markus Reiter
|
a16746906d
|
Add PATH class.
|
2017-04-30 21:11:27 +02:00 |
|