• Jacob Vosmaer's avatar
    Use Tempfile instead of `sed -i` · 4de0ee3b
    Jacob Vosmaer authored
    The syntax for `sed -i` is incompatible between GNU sed and
    BSD sed. By Tempfile from the Ruby standard library we can
    avoid using the `-i` option of sed.
    4de0ee3b
gitlab_keys_spec.rb 2.74 KB