lib/cuesmash/cucumber.rb in cuesmash-0.1.7.1 vs lib/cuesmash/cucumber.rb in cuesmash-0.1.9

- old
+ new

@@ -28,11 +28,10 @@ # @param ios [String] The iOS version cucumber will run # @param tags [Array] The tags cucumber will run with # @param profile [String] the cucumber profile to use for the tests # @param quiet [Boolean] # - def initialize(ios, tags, profile, quiet) - @ios = ios + def initialize(tags, profile, quiet) @tags = tags @profile = profile @quiet = quiet end