Sha256: 50d50423a1a7631cb25ef2f302c2280fea1a41e2513be3a1be7f5b58e8d9a990
Contents?: true
Size: 494 Bytes
Versions: 13
Compression:
Stored size: 494 Bytes
Contents
describe Establish do describe Establish::Helper do if OS.mac? it "#xcode_path" do Establish::Helper.xcode_path[-1].should eq('/') Establish::Helper.xcode_path.should eq("/Applications/Xcode.app/Contents/Developer/") end it "#transporter_path" Establish::Helper.transporter_path.should eq("/Applications/Xcodee.app/Contents/Developer/../Applications/Application\\ Loader.app/Contents/MacOS/itms/bin/iTMSTransporter") end end end end
Version data entries
13 entries across 13 versions & 1 rubygems