Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Davison committed Feb 6, 2016
1 parent 7ad85f8 commit 5d66739
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/integration/windefault/serverspec/localhost/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
it { should be_running }
end

[8301, 8400, 8500, 8600].each do |p|
[8300, 8400, 8500, 8600].each do |p|
describe port(p) do
it { should be_listening }
end
Expand All @@ -29,24 +29,12 @@

describe file(config_file) do
it { should be_file }
# it { should be_owned_by 'consul' }
# it { should be_grouped_into 'consul' }

# it { should be_mode 640 }
end

describe file(config_dir) do
it { should be_directory }
# it { should be_owned_by 'consul' }
# it { should be_grouped_into 'consul' }

# it { should be_mode 755 }
end

describe file(data_dir) do
it { should be_directory }
# it { should be_owned_by 'consul' }
# it { should be_grouped_into 'consul' }

# it { should be_mode 755 }
end

0 comments on commit 5d66739

Please sign in to comment.