• Andrew Kumanyaev's avatar
    Fix deprecation in specs · 414ead57
    Andrew Kumanyaev authored
    DEPRECATION: `expect { }.not_to raise_error(SpecificErrorClass)` is deprecated. Use `expect { }.not_to raise_error` (with no args) instead. Called from /home/travis/build/gitlabhq/gitlabhq/spec/tasks/gitlab/backup_rake_spec.rb:42:in `block (4 levels) in <top (required)>'.
    414ead57
backup_rake_spec.rb 1.35 KB