Skip to content

Commit

Permalink
odsds
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Jul 17, 2013
1 parent 8120224 commit f822eb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
require 'coveralls'
Coveralls.wear!
require 'simplecov'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start

require 'cinch-hangouts'
require 'cinch/test'

0 comments on commit f822eb8

Please sign in to comment.