spec/sprinkle/policy_spec.rb in sprinkle-0.3.3 vs spec/sprinkle/policy_spec.rb in sprinkle-0.3.4
- old
+ new
@@ -1,6 +1,6 @@
-require File.dirname(__FILE__) + '/../spec_helper'
+require File.expand_path("../spec_helper", File.dirname(__FILE__))
describe Sprinkle::Policy do
include Sprinkle::Policy
before do
@@ -79,12 +79,18 @@
end
end
describe 'containing package dependencies with versions' do
- it 'should be invalid if the specified package does not exist'
- it 'should ignore any packages of the same name that have other versions'
- it 'should select the correct package version when applying'
+ it 'should be invalid if the specified package does not exist' do
+ pending
+ end
+ it 'should ignore any packages of the same name that have other versions' do
+ pending
+ end
+ it 'should select the correct package version when applying' do
+ pending
+ end
end
describe 'containing virtual packages' do