OSDN Git Service

Fix deprecation in specs
authorAndrew Kumanyaev <me@zzet.org>
Tue, 14 Jan 2014 17:57:29 +0000 (20:57 +0300)
committerAndrew Kumanyaev <me@zzet.org>
Tue, 14 Jan 2014 17:57:29 +0000 (20:57 +0300)
commit414ead57ee294618e73ef62f521b11d98fdce3a0
tree9f7ceccd1a66d04a4acc165cf3c6181c6bac721f
parent71f1a84599101b2af2f74ae54ebfb2f880935985
Fix deprecation in specs

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)>'.
spec/tasks/gitlab/backup_rake_spec.rb