lib/calasmash/cucumber.rb in calasmash-1.0.3 vs lib/calasmash/cucumber.rb in calasmash-1.0.4

- old
+ new

@@ -109,14 +109,10 @@ # are best for certain versions of simulators # # @return [String] The simulator arguments def simulator_arguments if @ios - if @ios.to_i < 7 - command = " OS=ios#{@ios.to_i} SDK_VERSION=#{@ios}" - else command = " DEVICE_TARGET='iPhone Retina (4-inch) - Simulator - iOS #{@ios}'" - end end command end