diff options
-rwxr-xr-x | spec/integration/indirector/rest.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/integration/indirector/rest.rb b/spec/integration/indirector/rest.rb index 584fedde0..9f531352a 100755 --- a/spec/integration/indirector/rest.rb +++ b/spec/integration/indirector/rest.rb @@ -143,14 +143,6 @@ describe Puppet::Indirector::REST do it 'should return the instance of the model class associated with the provided lookup key' do Puppet::TestIndirectedFoo.search('bar').collect { |i| i.value }.should == @model_instances.collect { |i| i.value } end - - it 'should set a version timestamp on model instances' do - pending("Luke looking at why this version magic might not be working") do - Puppet::TestIndirectedFoo.search('bar').each do |result| - result.version.should_not be_nil - end - end - end end describe "when no matching model instance can be found" do |