Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
inket committed Dec 15, 2016
1 parent 58dfd26 commit 395813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_that_xcode_is_signed_by_default
skip_if_xcode_7

assert xcode.signed?
assert_equal "Xcode (#{xcode.version}) [#{xcode.uuid}][Signed]: #{xcode.path}", xcode.to_s
assert_equal "Xcode (#{xcode.version}) [Signed]: #{xcode.path}", xcode.to_s
end

def test_that_xcodebuild_is_signed_by_default
Expand Down

0 comments on commit 395813f

Please sign in to comment.