Sha256: 9c8ffcd1e00cd87662f9882bc323fa8319cd67dfe474a792f96f88a932cf469c
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 Bytes
Contents
source 'https://rubygems.org' gem 'cucumber' gem 'rspec' gem 'rake' <% if with_appium == 'false' and with_mohawk == 'false' -%> gem 'page-object', '~> 2.0' gem 'data_magic' <% end -%> <% if with_lib == 'true' or with_appium == 'true' -%> gem 'require_all' <% 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-1.0 | lib/testgen/generators/project/Gemfile.tt |