-
Winnie Hellmann authored
for f in $(find ee/spec/javascripts/fixtures/ -name *.rb) do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done
3c017776
for f in $(find ee/spec/javascripts/fixtures/ -name *.rb) do grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f done