Sha256: 7805451b5d600b4348be760b6e429cd55dfb31e5444e7010a28c46d8e32fab64

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 Bytes

Contents

require 'ronin/platform/platform'

require 'platform/helpers/overlays'
require 'spec_helper'

describe Platform do
  before(:all) do
    Platform.load_overlays(overlay_cache_path)
  end

  it "should be able to load custom overlay caches" do
    Platform.overlays.should_not be_empty
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-0.2.4 spec/platform/platform_spec.rb
ronin-0.2.1 spec/platform/platform_spec.rb
ronin-0.2.2 spec/platform/platform_spec.rb
ronin-0.2.0 spec/platform/platform_spec.rb
ronin-0.2.3 spec/platform/platform_spec.rb