Module: FE::Utils

Defined in:
lib/facturacr/cli.rb

Class Method Summary collapse

Class Method Details

.configure(path) ⇒ Object



10
11
12
13
14
15
16
# File 'lib/facturacr/cli.rb', line 10

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