lib/capistrano/ghostinspector.rb in capistrano-ghostinspector-0.1.1 vs lib/capistrano/ghostinspector.rb in capistrano-ghostinspector-0.1.2
- old
+ new
@@ -11,10 +11,10 @@
namespace :capistrano do
namespace :ghostinspector do
task :run, :only => { :primary => true } do
- set :giconfig = YAML::load(File.read("gi_config.yaml"))
+ set :giconfig, YAML::load(File.read("gi_config.yaml"))
set :gi_api_key, giconfig["APIKEY"]
# Get tests and suites from command line
set :gitest, fetch(:gitest, nil)
\ No newline at end of file