Remove duplicate store_frontend_fixture() calls in EE
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