summaryrefslogtreecommitdiffstats
path: root/spec/unit/rails/host_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/rails/host_spec.rb')
-rwxr-xr-xspec/unit/rails/host_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/unit/rails/host_spec.rb b/spec/unit/rails/host_spec.rb
index 324a673a9..4244f117f 100755
--- a/spec/unit/rails/host_spec.rb
+++ b/spec/unit/rails/host_spec.rb
@@ -2,9 +2,7 @@
require File.dirname(__FILE__) + '/../../spec_helper'
-describe "Puppet::Rails::Host" do
- confine "Cannot test without ActiveRecord" => Puppet.features.rails?
-
+describe "Puppet::Rails::Host", :if => Puppet.features.rails? do
def column(name, type)
ActiveRecord::ConnectionAdapters::Column.new(name, nil, type, false)
end