Skip to content

Instantly share code, notes, and snippets.

@euqueme
Created April 20, 2020 18:17
Show Gist options
  • Save euqueme/0aa895a3d6a1333dc0f10b46fa320894 to your computer and use it in GitHub Desktop.
Save euqueme/0aa895a3d6a1333dc0f10b46fa320894 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
.
.
.
group :development, :test do
.
.
.
gem 'rspec-rails'
end
.
.
.
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
.
end
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment