Class: Killbill::Plugin::ActiveMerchant::RSpec::FakeClock
- Defined in:
- lib/killbill/helpers/active_merchant/killbill_spec_helper.rb
Instance Method Summary collapse
Instance Method Details
#get_utc_now ⇒ Object
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_today ⇒ Object
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 |