Remove duplicate store_frontend_fixture() calls in EE
for f in $(find ee/spec/javascripts/fixtures/ -name *.rb) do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done
Showing
Please register or sign in to comment
for f in $(find ee/spec/javascripts/fixtures/ -name *.rb) do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done