summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-12-07 15:26:51 -0800
committerLuke Kanies <luke@madstop.com>2009-12-07 15:26:51 -0800
commitbf40f4f3a289aaacba047337a9d18d4a9bc5b997 (patch)
tree7a45bcb34fe54eaa1ecf6bd599fa1726973e1ed6
parent61d19116aa53dd62ff214300fba9ec03a6699876 (diff)
downloadpuppet-bf40f4f3a289aaacba047337a9d18d4a9bc5b997.tar.gz
puppet-bf40f4f3a289aaacba047337a9d18d4a9bc5b997.tar.xz
puppet-bf40f4f3a289aaacba047337a9d18d4a9bc5b997.zip
Upgrading rspec for tests to 1.2.9
Signed-off-by: Luke Kanies <luke@madstop.com>
-rw-r--r--spec/spec.opts1
-rw-r--r--spec/spec_helper.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/spec/spec.opts b/spec/spec.opts
index 695852c2f..91cd6427e 100644
--- a/spec/spec.opts
+++ b/spec/spec.opts
@@ -3,3 +3,4 @@ s
--colour
--loadby
mtime
+--backtrace
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 2825c2c82..0a603cd3b 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.9'
require 'spec/autorun'
# So everyone else doesn't have to include this base constant.