Correct casing
This commit is contained in:
@@ -4,4 +4,4 @@ module Kamal::Cli
|
||||
end
|
||||
|
||||
# SSHKit uses instance eval, so we need a global const for ergonomics
|
||||
Kamal = Kamal::Commander.new
|
||||
KAMAL = Kamal::Commander.new
|
||||
|
||||
@@ -5,8 +5,8 @@ class CliTestCase < ActiveSupport::TestCase
|
||||
ENV["VERSION"] = "999"
|
||||
ENV["RAILS_MASTER_KEY"] = "123"
|
||||
ENV["MYSQL_ROOT_PASSWORD"] = "secret123"
|
||||
Object.send(:remove_const, :Kamal)
|
||||
Object.const_set(:Kamal, Kamal::Commander.new)
|
||||
Object.send(:remove_const, :KAMAL)
|
||||
Object.const_set(:KAMAL, Kamal::Commander.new)
|
||||
end
|
||||
|
||||
teardown do
|
||||
|
||||
Reference in New Issue
Block a user