Skip to content

Instantly share code, notes, and snippets.

@omenking
Created June 13, 2019 02:59
Show Gist options
  • Save omenking/7b44d60633650f37a357b9945627b8a9 to your computer and use it in GitHub Desktop.
Save omenking/7b44d60633650f37a357b9945627b8a9 to your computer and use it in GitHub Desktop.
002 - QA Mastery
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 'minitest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment