Created
April 20, 2020 18:17
-
-
Save euqueme/0aa895a3d6a1333dc0f10b46fa320894 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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