~ubuntu-branches/ubuntu/wily/ruby-cri/wily-proposed

« back to all changes in this revision

Viewing changes to test/helper.rb

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2014-04-14 15:15:48 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140414151548-xni482c106hiik3q
Tags: 2.6.0-1
* Imported Upstream version 2.6.0
* Add asciidoctor to Build-Depends, now that the README file has a .adoc
  extension
* Add privacy-breach.patch to remove remote badges from the README file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# encoding: utf-8
2
2
 
 
3
require 'coveralls'
 
4
Coveralls.wear!
 
5
 
 
6
require 'minitest'
 
7
require 'minitest/autorun'
 
8
 
 
9
require 'cri'
 
10
 
3
11
require 'stringio'
4
12
 
5
13
class Cri::TestCase < Minitest::Test