diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-04-23 12:21:36 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-05-10 14:12:19 +0200 |
commit | 3ee2226b992ae2c801885d03e2818f6709cc5a65 (patch) | |
tree | 98c8823f0fdb8b13927da1b14cc8fb85eb96a0a0 /PHILOSOPHY.md | |
parent | d4bde8621cf5b10810508e6997674982fccf882b (diff) | |
download | gitlab-ce-3ee2226b992ae2c801885d03e2818f6709cc5a65.tar.gz |
Remove unused fixture_file_name parameters
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
sed -E -e 's/(, ){0,1}(fixture_file_name|
example\.description)(, ){0,1}//' < $f > $f.tmp; mv $f.tmp $f
done
Diffstat (limited to 'PHILOSOPHY.md')
0 files changed, 0 insertions, 0 deletions