Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Modifying stuff to work with Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftathome committed May 17, 2013
1 parent e1eac80 commit 9dbba97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

def app
ChefRundeck.new
ChefRundeck.configure("#{ENV['TRAVIS_BUILD_DIR']}/spec/support/client.rb")
end

RSpec.configure do |config|
Expand Down
1 change: 1 addition & 0 deletions spec/support/client.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
log_level :info
log_location STDOUT
chef_server_url "https://api.opscode.com/organizations/chef-rundeck"
client_key ENV["TRAVIS_BUILD_DIR"] + "/spec/support/travis.pem"
node_name "travis"

0 comments on commit 9dbba97

Please sign in to comment.