File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818require 'spec_helper'
1919
20- RSpec . configure do |c |
21- c . filter_run_excluding skipOn : backend ( Serverspec ::Commands ::Base ) . check_os [ :family ]
22- end
23-
2420
2521describe command ( 'find / -name \'.rhosts\' | wc -l ' ) do
2622 its ( :stdout ) { should match ( /^0/ ) }
Original file line number Diff line number Diff line change 1717
1818require 'spec_helper'
1919
20- RSpec . configure do |c |
21- c . filter_run_excluding skipOn : backend ( Serverspec ::Commands ::Base ) . check_os [ :family ]
22- end
23-
2420describe 'IP V4 networking' do
2521
2622
Original file line number Diff line number Diff line change 1717
1818require 'spec_helper'
1919
20- RSpec . configure do |c |
21- c . filter_run_excluding skipOn : backend ( Serverspec ::Commands ::Base ) . check_os [ :family ]
22- end
23-
2420
2521describe command ( 'find / -name \'.rhosts\' | wc -l ' ) do
2622 its ( :stdout ) { should match ( /^0/ ) }
Original file line number Diff line number Diff line change 1717
1818require 'spec_helper'
1919
20- RSpec . configure do |c |
21- c . filter_run_excluding skipOn : backend ( Serverspec ::Commands ::Base ) . check_os [ :family ]
22- end
23-
2420describe 'IP V4 networking' do
2521
2622
You can’t perform that action at this time.
0 commit comments