Sha256: f6885bdbaa5d0395b96a9253247fd0641f80cf4f14553f22dbd21f7f4b35071d
Contents?: true
Size: 547 Bytes
Versions: 9
Compression:
Stored size: 547 Bytes
Contents
require 'rubygems' require 'irb/completion' require 'irb/ext/save-history' ARGV.concat [ "--readline", "--prompt-mode", "simple" ] # 25 entries in the list IRB.conf[:SAVE_HISTORY] = 50 # 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
Version data entries
9 entries across 9 versions & 2 rubygems