Sha256: 161f658d20e78ff851558414173ae6eed636a6e93164fe58c66dd5cfd45c02d0

Contents?: true

Size: 589 Bytes

Versions: 3

Compression:

Stored size: 589 Bytes

Contents

require 'rubygems'
require 'irb/completion'
require 'irb/ext/save-history'
require 'awesome_print'
AwesomePrint.irb!

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

3 entries across 3 versions & 1 rubygems

Version Path
calabash-cucumber-0.9.132 scripts/.irbrc
calabash-cucumber-0.9.129 scripts/.irbrc
calabash-cucumber-0.9.128 scripts/.irbrc