Skip to content

Instantly share code, notes, and snippets.

@kay4444
Created December 16, 2016 15:44
Show Gist options
  • Save kay4444/34e1616eb9463c5d79d8b3ee74e7baa2 to your computer and use it in GitHub Desktop.
Save kay4444/34e1616eb9463c5d79d8b3ee74e7baa2 to your computer and use it in GitHub Desktop.
My Gem file
source 'http://rubygems.org'
gem 'ruby'
gem 'rspec-core', '~> 3.4.0'
gem 'touch_action', '~> 1.3.3'
gem 'appium_lib', '~> 8.0.2'
gem 'appium_capybara'
gem 'rspec'
gem 'capybara-screenshot', '~> 1.0.13'
gem 'launchy'
gem 'capybara'
gem 'test-unit'
gem 'selenium-webdriver'
gem 'rails'
gem "page-object"
gem 'ruby-debug-ide'
gem 'debase'
gem 'byebug'
gem 'rspec-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment