e2e testing made eas(y/ier)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
377B

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