Method: Evertils::Test::Base#setup
- Defined in:
- lib/evertils/test/base.rb
#setup ⇒ Object
33 34 35 36 37 38 39 |
# File 'lib/evertils/test/base.rb', line 33 def setup entity = Evertils::Common::Manager::Sync.instance Notify.error('Could not determine connection to the Evernote API, exiting') unless entity.state.is_a?(Evernote::EDAM::NoteStore::SyncState) @@test_time = Time.now.to_i end |