spec/beaker/options/parser_spec.rb in beaker-5.8.1 vs spec/beaker/options/parser_spec.rb in beaker-6.1.0

- old
+ new

@@ -557,10 +557,9 @@ end end context "restricts agents" do it_behaves_like('a platform supporting only agents', 'windows-version-arch') - it_behaves_like('a platform supporting only agents', 'el-4-arch') end context "ssh user" do it 'uses the ssh[:user] if it is provided' do hosts['HOSTS'][:master][:ssh] = { :user => 'hello' }