Sha256: 9cb1a9e103d611b541269e89310e38a41f18e10f147025c1bea48fa9ffb55e8b
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
source 'https://rubygems.org' gem 'cucumber' gem 'rspec' gem 'rake' <% unless pageobject_driver.downcase == 'none' -%> gem 'page-object' <% 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.8.8 | lib/testgen/generators/project/Gemfile.tt |