From af86e9ba814926f9ee236aabc2ca905b5668af70 Mon Sep 17 00:00:00 2001 From: Bruce Williams Date: Thu, 18 Mar 2010 01:02:02 -0700 Subject: Subversion to use provider example group API for specs --- spec/spec_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 40b79f1..95e5d6e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(dir, dir + 'lib', dir + '../lib') require 'mocha' require 'puppet' -gem 'rspec', '=1.2.9' +gem 'rspec', '>= 1.2.9' require 'spec/autorun' Dir[File.join(File.dirname(__FILE__), 'support', '*.rb')].each do |support_file| @@ -14,7 +14,7 @@ end Spec::Runner.configure do |config| config.mock_with :mocha config.include(FixtureHelpers) - config.include(VcsrepoHelpers) + config.include(FilesystemHelpers) end # We need this because the RAL uses 'should' as a method. This -- cgit v1.2.3