Skip to content

Commit

Permalink
Split out test_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse McGinnis committed Jul 24, 2014
1 parent ca13e6a commit 3f87d5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
8 changes: 8 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'coveralls'
Coveralls.wear!

require 'minitest/pride' # awesome colorful output
require 'minitest/reporters' # fancier output format
require 'pry'

require 'roleable'

0 comments on commit 3f87d5f

Please sign in to comment.