Skip to content

Commit

Permalink
Use iPhone 8
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Aug 20, 2019
1 parent 9ca8f99 commit bc61d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/simctl/device_interaction_spec.rb
Expand Up @@ -4,7 +4,7 @@
RSpec.describe SimCtl, order: :defined do
before(:all) do
@name = SecureRandom.hex
@devicetype = SimCtl.devicetype(name: 'iPhone 6')
@devicetype = SimCtl.devicetype(name: 'iPhone 8')
@runtime = SimCtl::Runtime.latest(:ios)
@device = SimCtl.create_device @name, @devicetype, @runtime
@device.wait { |d| d.state == :shutdown }
Expand Down

0 comments on commit bc61d63

Please sign in to comment.