Sha256: bbad78cba2ebfa74cc44c5a139d59f6310262cc880718c19fef362e5ab418201
Contents?: true
Size: 516 Bytes
Versions: 1
Compression:
Stored size: 516 Bytes
Contents
source 'https://rubygems.org' gem 'cucumber' gem 'rspec' gem 'rake' <% unless pageobject_driver.downcase == 'none' -%> gem 'page-object', '~> 2.0' <% end -%> <% if with_lib == 'true' or with_gametel == 'true' or with_appium == 'true' -%> gem 'require_all' <% end -%> <% if with_gametel == 'true' -%> gem 'gametel' <% end -%> <% if with_mohawk == 'true' -%> gem 'mohawk', '~> 0.1' gem 'ffi', '1.9.0' gem 'win32screenshot' <% end -%> <% if with_appium =='true' -%> gem 'appium_lib' gem 'selenium-cucumber' <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
testgen-0.9 | lib/testgen/generators/project/Gemfile.tt |