Sha256: 4cf26b595795fb4be80faebac5d3ae71f3e98e203311dadd6d25c4309874b3c7

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 Bytes

Contents

$LOAD_PATH << '../../lib'

require 'coveralls'
require 'vcr'

DEFAULTS     = %w(--run-as pivotal
                  --key-path spec/fixtures/client_key/dummy.pem
                  --server-url https://chef.server)
VCO_DEFAULTS = %w(--vco-url https://vco.server:8281/
                  --vco-user user
                  --vco-password password
                  --vco-wf-name Set-Private-Key
                  --vco-verify-ssl false)
KNIFE_PATH   = 'tmp/my-org-name-chef/.chef/knife.rb'

Coveralls.wear!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ogre-0.1.4 spec/spec_helper.rb
ogre-0.1.3 spec/spec_helper.rb
ogre-0.1.2 spec/spec_helper.rb
ogre-0.1.1 spec/spec_helper.rb
ogre-0.1.0 spec/spec_helper.rb