spec/sprinkle/installers/rpm_spec.rb in sprinkle-0.5.2 vs spec/sprinkle/installers/rpm_spec.rb in sprinkle-0.6.0
- old
+ new
@@ -45,12 +45,8 @@
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 install a specific version if defined' do
- pending
- end
-
end
end