summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-17 00:53:42 -0400
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:09:04 -0500
commit966b1367cddd6cf5d39db42e07f866b74baa42e8 (patch)
treedc8286102e659157076ba96f676b1de0ca4184f0 /spec/support
parent7cd27caa8b324dde6008cbe4910608d2262c11f8 (diff)
downloadchef-zero-966b1367cddd6cf5d39db42e07f866b74baa42e8.tar.gz
Move everything to spec/; gitignore rspec.failures
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/pedant.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/pedant.rb b/spec/support/pedant.rb
index d4c24e5..0210858 100644
--- a/spec/support/pedant.rb
+++ b/spec/support/pedant.rb
@@ -62,7 +62,7 @@ include_internal false
# are using pre-existing users, you must supply a ':key_file' key,
# which should be the fully-qualified path /on the machine Pedant is
# running on/ to a private key for that user.
-key = 'test/support/stickywicket.pem'
+key = 'spec/support/stickywicket.pem'
superuser_name 'admin'
superuser_key key
webui_key key