Skip to content

Instantly share code, notes, and snippets.

@hisanari
Last active October 8, 2017 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisanari/177ea0548020203cabe90757d6646c5b to your computer and use it in GitHub Desktop.
Save hisanari/177ea0548020203cabe90757d6646c5b to your computer and use it in GitHub Desktop.
Rspec
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "rspec"
gem "guard-rspec"
gem 'wdm'
gem "win32console"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment