Skip to content

Commit

Permalink
Not testing for specific ppa anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhorning committed Jun 26, 2023
1 parent 613b71b commit a99aaa8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/main_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
require 'spec_helper'

describe "Nginx setup" do
describe ppa('nginx/stable') do
it { should exist }
it { should be_enabled }
end

describe package('nginx') do
it { should be_installed }
its(:version) { should > '1.8.0' }
Expand Down

0 comments on commit a99aaa8

Please sign in to comment.