Created
October 5, 2014 13:31
-
-
Save andreypronin/8406fe733a94ca84aac2 to your computer and use it in GitHub Desktop.
Gem spec_helper with coveralls and dotenv
This file contains 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
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