Skip to content

Instantly share code, notes, and snippets.

@robotdana
robotdana / Gemfile
Last active August 10, 2022 05:14 — forked from beccasaurus/Gemfile
Double checking that Capybara's RSpec matchers work as advertised
source 'https://rubygems.org'
gem "rspec"
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
gem 'puma'