remove backend checks from each test (move to common)

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2014-10-20 10:03:08 +02:00
parent 84b56e4822
commit db185e55a2
4 changed files with 0 additions and 16 deletions

View file

@ -17,10 +17,6 @@
require 'spec_helper'
RSpec.configure do |c|
c.filter_run_excluding skipOn: backend(Serverspec::Commands::Base).check_os[:family]
end
describe command('find / -name \'.rhosts\' | wc -l ') do
its(:stdout) { should match(/^0/) }

View file

@ -17,10 +17,6 @@
require 'spec_helper'
RSpec.configure do |c|
c.filter_run_excluding skipOn: backend(Serverspec::Commands::Base).check_os[:family]
end
describe 'IP V4 networking' do

View file

@ -17,10 +17,6 @@
require 'spec_helper'
RSpec.configure do |c|
c.filter_run_excluding skipOn: backend(Serverspec::Commands::Base).check_os[:family]
end
describe command('find / -name \'.rhosts\' | wc -l ') do
its(:stdout) { should match(/^0/) }

View file

@ -17,10 +17,6 @@
require 'spec_helper'
RSpec.configure do |c|
c.filter_run_excluding skipOn: backend(Serverspec::Commands::Base).check_os[:family]
end
describe 'IP V4 networking' do