What's there to say? Signed-off-by: Markus Roberts <[email protected]> --- spec/spec_helper.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2825c2c..e03cc98 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -18,7 +18,7 @@ end require 'puppettest' require 'puppettest/runnable_test' require 'mocha' -gem 'rspec', '=1.2.2' +gem 'rspec', '>=1.2.2' require 'spec/autorun' # So everyone else doesn't have to include this base constant. -- 1.6.4 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
