e2e testing made eas(y/ier)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
464B

  1. Gem::Specification.new do |s|
  2. s.name = 'pokes'
  3. s.version = '0.0.1'
  4. s.summary = 'e2e tests, API-first'
  5. s.description = 'FP browser automation, pessimistic testing, HAML proxies'
  6. s.authors = ['Luka Licina']
  7. s.email = ['licina.luka@outlook.com']
  8. s.license = 'MIT'
  9. s.homepage = 'https://github.com/gnzoss/poke'
  10. s.files = Dir.glob('{lib,bin}/**/*')
  11. s.require_path = 'lib'
  12. s.executables << 'poke'
  13. end