Sha256: bee63036bc5bfa46930ced58e347af1e05a6f2a96b96746d526cb6e38c11353b

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

require 'rho/rho'
require 'rhom/rhom'
require 'rho/rhoutils'

describe "rhom initializer", :shared => true do
  before(:each) do
    Rho::RhoUtils.load_offline_data(['client_info','object_values'], 'spec')
  end

  after(:each) do
    Rhom::RhomDbAdapter.delete_all_from_table('client_info')
    Rhom::RhomDbAdapter.delete_all_from_table('object_values')
    #Rhom::RhomDbAdapter.delete_all_from_table('sources')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rhodes-framework-1.1.0 spec/app/spec/spec_helper.rb
rhodes-framework-1.1.1 spec/app/spec/spec_helper.rb