spec/command/plugins/installed_spec.rb in cocoapods-plugins-0.4.1 vs spec/command/plugins/installed_spec.rb in cocoapods-plugins-0.4.2
- old
+ new
@@ -35,11 +35,10 @@
end
#--- Output printing
describe 'Compact List' do
-
before do
@command = Pod::Command::Plugins::Installed.new CLAide::ARGV.new([])
end
it 'no hooks' do
@@ -73,10 +72,9 @@
'(pre_install and post_install hooks)')
end
end
describe 'Verbose List' do
-
before do
verbose_args = CLAide::ARGV.new(['--verbose'])
@command = Pod::Command::Plugins::Installed.new verbose_args
end