Sha256: 21a0bf4e487b22a02f1120ad2c28d02b09df9372367d05611ad86fb095969064

Contents?: true

Size: 1016 Bytes

Versions: 8

Compression:

Stored size: 1016 Bytes

Contents

# -*- coding: utf-8 -*-
# codin_rep - Gem para acesso de REPs da Telebyte
# Copyright (C) 2016  O.S. Systems Softwares Ltda.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

# Rua Clóvis Gularte Candiota 132, Pelotas-RS, Brasil.
# e-mail: contato@ossystems.com.br

$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')

require 'rubygems'
require "minitest/autorun"
require 'codin_rep/mock_time_clock'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
codin_rep-0.3.0 test/test_helper.rb
codin_rep-0.2.6 test/test_helper.rb
codin_rep-0.2.5 test/test_helper.rb
codin_rep-0.2.4 test/test_helper.rb
codin_rep-0.2.3 test/test_helper.rb
codin_rep-0.2.2 test/test_helper.rb
codin_rep-0.2.1 test/test_helper.rb
codin_rep-0.2.0 test/test_helper.rb