Class: Killbill::Plugin::ActiveMerchant::RSpec::FakeClock

Inherits:
Object
  • Object
show all
Defined in:
lib/killbill/helpers/active_merchant/killbill_spec_helper.rb

Instance Method Summary collapse

Instance Method Details

#get_utc_nowObject



200
201
202
# File 'lib/killbill/helpers/active_merchant/killbill_spec_helper.rb', line 200

def get_utc_now
  Time.now.utc
end

#get_utc_todayObject



204
205
206
# File 'lib/killbill/helpers/active_merchant/killbill_spec_helper.rb', line 204

def get_utc_today
  get_utc_now.strftime('%F')
end