Skip to content

Instantly share code, notes, and snippets.

View elbouillon's full-sized avatar
😁

Mickael Kurmann elbouillon

😁
View GitHub Profile
@alex-ross
alex-ross / Gemfile
Last active December 26, 2018 20:18
Nanobox + Capybara + Rails + RSpec
# Gemfile
group :development, :test do
gem 'rspec-rails'
gem "capybara"
gem "selenium-webdriver"
end
@tomas-stefano
tomas-stefano / Capybara.md
Last active July 3, 2024 12:47
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above