Sha256: 845c7ebc537c21eefc6a581ab37603ae00c4e6a048e33013ed75e59e63b66a97

Contents?: true

Size: 302 Bytes

Versions: 35

Compression:

Stored size: 302 Bytes

Contents

require 'spec_helper'

describe HighFive::IosHelper do
  it 'should be able to extract a UUID from a mobileprovision file' do
    uuid = HighFive::IosHelper.uuid_from_mobileprovision(File.join(File.dirname(__FILE__), "dummy", "fake.mobileprovision"))

    uuid.should eq 'THIS-IS-A-FAKE-UUID'
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
high_five-0.3.23 spec/ios_helper_spec.rb
high_five-0.3.22 spec/ios_helper_spec.rb
high_five-0.3.21 spec/ios_helper_spec.rb
high_five-0.3.20 spec/ios_helper_spec.rb
high_five-0.3.19 spec/ios_helper_spec.rb
high_five-0.3.18 spec/ios_helper_spec.rb
high_five-0.3.17 spec/ios_helper_spec.rb
high_five-0.3.16 spec/ios_helper_spec.rb
high_five-0.3.15 spec/ios_helper_spec.rb
high_five-0.3.14 spec/ios_helper_spec.rb
high_five-0.3.13 spec/ios_helper_spec.rb
high_five-0.3.12 spec/ios_helper_spec.rb
high_five-0.3.11 spec/ios_helper_spec.rb
high_five-0.3.10 spec/ios_helper_spec.rb
high_five-0.3.9 spec/ios_helper_spec.rb
high_five-0.3.8 spec/ios_helper_spec.rb
high_five-0.3.7 spec/ios_helper_spec.rb
high_five-0.3.6 spec/ios_helper_spec.rb
high_five-0.3.5 spec/ios_helper_spec.rb
high_five-0.3.4 spec/ios_helper_spec.rb