Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / cinder / spec / classes / cinder_db_sync_spec.rb
diff --git a/3rdparty/modules/cinder/spec/classes/cinder_db_sync_spec.rb b/3rdparty/modules/cinder/spec/classes/cinder_db_sync_spec.rb
deleted file mode 100644 (file)
index 906d439..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-require 'spec_helper'
-
-describe 'cinder::db::sync' do
-
-  let :facts do
-    {:osfamily => 'Debian'}
-  end
-  it { should contain_exec('cinder-manage db_sync').with(
-    :command     => 'cinder-manage db sync',
-    :path        => '/usr/bin',
-    :user        => 'cinder',
-    :refreshonly => true,
-    :logoutput   => 'on_failure'
-  ) }
-
-end