bin/calabash-ios-build.rb in calabash-cucumber-0.9.129 vs bin/calabash-ios-build.rb in calabash-cucumber-0.9.132
- old
+ new
@@ -43,10 +43,11 @@
end
res
end
def console
- unless ENV['IRBRC']
+ path = ENV['CALABASH_IRBRC']
+ unless path
path = File.expand_path(File.join(@script_dir,".irbrc"))
ENV['IRBRC'] = path
end
puts "Running irb..."
exec("irb")
\ No newline at end of file