Revert "Remove deprecated rspec option"

This reverts commit 5e6f5f4861c50c4450095f271943674885476d5f.
This commit is contained in:
Thibault Jouan 2013-12-19 20:21:24 +00:00
parent b9e48a9cc4
commit cfe9a009ae

View File

@ -7,6 +7,8 @@ require 'support/tests_helpers'
RSpec.configure do |c|
c.treat_symbols_as_metadata_keys_with_true_values = true
c.include NetSSHStoryHelpers, :ssh
c.before(:each, :ssh) do
allow(Net::SSH).to receive(:start) { connection }