Skip to content

Instantly share code, notes, and snippets.

@andreypronin
Created October 5, 2014 13:31
Show Gist options
  • Save andreypronin/8406fe733a94ca84aac2 to your computer and use it in GitHub Desktop.
Save andreypronin/8406fe733a94ca84aac2 to your computer and use it in GitHub Desktop.
Gem spec_helper with coveralls and dotenv
require 'coveralls'
Coveralls.wear!
require 'dotenv'
Dotenv.load
require '<gem>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment