Skip to content

Commit

Permalink
remove test for mysql enabled (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Jan 6, 2018
1 parent dadc723 commit 942dcdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/default/middleware_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
it { should be_installed }
end

describe service('mysql') do
it { should be_enabled }
it { should be_running }
end

describe port(3306) do
it { should be_listening }
end
Expand Down Expand Up @@ -125,4 +120,3 @@
end
end
end

0 comments on commit 942dcdc

Please sign in to comment.