spec/sprinkle/installers/smart_spec.rb in sprinkle-0.6.2 vs spec/sprinkle/installers/smart_spec.rb in sprinkle-0.7
- old
+ new
@@ -46,15 +46,8 @@
it 'should automatically insert pre/post commands for the specified package' do
@installer.send(:install_sequence).should == [ 'op1',
'smart install ruby -y 2>&1 | tee -a /var/log/smart-sprinkle', 'op2' ]
end
- it 'should specify a non interactive mode to the apt installer' do
- pending
- end
- it 'should install a specific version if defined' do
- pending
- end
-
end
end