Module: FE::Utils

Defined in:
lib/facturacr/cli.rb

Class Method Summary collapse

Class Method Details

.configure(path) ⇒ Object



32
33
34
35
36
37
38
# File 'lib/facturacr/cli.rb', line 32

def self.configure(path)
  FE.configure do |config|
    config.mode = "file"
    config.file_path = path
    config.environment = "test"
  end
end