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

Commit

Permalink
configure -> config_file, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
leftathome committed May 17, 2013
1 parent 9dbba97 commit ecc0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

RSpec.configure do |config|
Expand Down

0 comments on commit ecc0766

Please sign in to comment.