Skip to content

Instantly share code, notes, and snippets.

@SihemBouhenniche
Created August 6, 2019 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SihemBouhenniche/53377cda5dbc1dc501e33387ccc010a1 to your computer and use it in GitHub Desktop.
Save SihemBouhenniche/53377cda5dbc1dc501e33387ccc010a1 to your computer and use it in GitHub Desktop.
Behavior driven design (BDD) example on web applications with cucumber and ruby
source 'https://rubygems.org'
gem 'capybara'
gem 'cucumber'
gem 'selenium-webdriver'
gem 'site_prism'
gem 'rspec'
gem 'webdrivers'
gem 'ffi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment