features-skeleton/.irbrc in calabash-cucumber-0.9.119 vs features-skeleton/.irbrc in calabash-cucumber-0.9.120
- old
+ new
@@ -11,9 +11,12 @@
# Store results in home directory with specified file name
IRB.conf[:HISTORY_FILE] = ".irb-history"
require 'calabash-cucumber/operations'
+require 'calabash-cucumber/launch/simulator_helper'
+SIM=Calabash::Cucumber::SimulatorHelper
+
include Calabash::Cucumber::Operations
def embed(x,y=nil,z=nil)
puts "Screenshot at #{x}"
end