diff options
author | Luke Kanies <luke@madstop.com> | 2008-07-21 17:19:45 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-07-29 00:47:02 -0500 |
commit | a4170ba27bdda9e7aab8dfaf78f81781c95106f9 (patch) | |
tree | d85f2182e0216b79e5fb32292481a53e75581d55 /spec/integration/indirector | |
parent | bf5b086ca7fb89f941873e95feae2fc2b259037a (diff) | |
download | puppet-a4170ba27bdda9e7aab8dfaf78f81781c95106f9.tar.gz puppet-a4170ba27bdda9e7aab8dfaf78f81781c95106f9.tar.xz puppet-a4170ba27bdda9e7aab8dfaf78f81781c95106f9.zip |
Removing a now-obsolete pending test.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/integration/indirector')
-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 |