Sha256: c1cc74b7b90b752a16d550e41c66938e120ce3e27aa5dccee703e16bd37304cb
Contents?: true
Size: 362 Bytes
Versions: 12
Compression:
Stored size: 362 Bytes
Contents
# helper code useful for writing and verifying tests using Pry list = <<TXT alert_click alert_text alert_accept alert_accept_text alert_dismiss alert_dismiss_text TXT list.split("\n").each do |method| puts "t '#{method}' do" puts puts 'end' puts end =begin # for Pry class Object def must_equal b raise 'not equal' unless self == b end end =end
Version data entries
12 entries across 12 versions & 1 rubygems