Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 17, 2016
1 parent b2fd5b3 commit 4ab0ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions provision/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ db_host: localhost
# WordPress Default Plugins
# Plugin's slug or url to the plugin's slug.
#
# plugins:
# - akismet
plugins: []

#
# WordPress Default Theme
Expand Down
8 changes: 0 additions & 8 deletions spec/default/wp-cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@
its(:stdout) { should match /<meta name="generator" content="WordPress .*"/i }
end

$conf['plugins'].each do |plugin|
describe file(File.join($conf['document_root'], $conf['wp_siteurl'], 'wp-content/plugins', plugin, 'readme.txt')) do
let(:disable_sudo) { true }
it { should be_file }
it { should be_owned_by $conf['user'] }
end
end

describe file(File.join($conf['document_root'], $conf['wp_home'])) do
let(:disable_sudo) { true }
it { should be_directory }
Expand Down

0 comments on commit 4ab0ab0

Please sign in to comment.