Created
June 13, 2019 03:03
-
-
Save omenking/1a0ca2555c1e3ab7211f39b97f9d517f to your computer and use it in GitHub Desktop.
003 - QA Mastery
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) do |repo_name| | |
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | |
"https://github.com/#{repo_name}.git" | |
end | |
gem 'rspec' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment