Skip to content

Instantly share code, notes, and snippets.

View cdrani's full-sized avatar
🎯
Focusing

charles cdrani

🎯
Focusing
View GitHub Profile
@cdrani
cdrani / rspec_guard_setup.md
Last active September 17, 2018 22:37
Simple RSpec With Guard Setup
  1. Create a starting directory and enter it

    mkdir test_setup && cd test_setup

  2. Create a Gemfile inside of test_setup

  3. Enter the following gems into your Gemfile:

    source "https://rubygems.org"

gem 'rspec'