Remove deprecated rspec option

This commit is contained in:
Thibault Jouan 2013-12-19 19:47:29 +00:00
parent a692efe96d
commit 5e6f5f4861

View File

@ -7,8 +7,6 @@ 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 }