Skip to content

Commit

Permalink
rmove tests for package command (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Mar 16, 2018
1 parent 3cbe2f1 commit 4e5b2c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/default/commands_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@
its(:exit_status) { should eq 0 }
end
end

$conf['wp_cli_packages'].each do |wp|
package = wp.split( ":" )[0]
describe command('bash -lc "wp package path ' + package + '"') do
let(:disable_sudo) { true }
its(:exit_status) { should eq 0 }
end
end

0 comments on commit 4e5b2c9

Please sign in to comment.