spec/sprinkle/installers/rpm_spec.rb in sprinkle-0.5.1.1 vs spec/sprinkle/installers/rpm_spec.rb in sprinkle-0.5.2
- old
+ new
@@ -45,12 +45,9 @@
it 'should automatically insert pre/post commands for the specified package' do
@installer.send(:install_sequence).should == [ 'op1', 'rpm -Uvh ruby', '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