Sha256: 128a5639c8755e864e36fb5f229125a25ce6cfd3655012c27f232960de0567af
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
=begin #################################################################################################### # @author David Kirwan https://github.com/davidkirwan/ardtweeno # @description Ardtweeno Gateway # # @date 2014-08-12 #################################################################################################### This file is part of Ardtweeno. Ardtweeno is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. Ardtweeno 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 General Public License for more details. You should have received a copy of the GNU General Public License along with Foobar. If not, see <http://www.gnu.org/licenses/>. =end #require the Ardtweeno codebase require File.join(File.dirname(__FILE__), '../lib/ardtweeno.rb') ENV['RACK_ENV'] = 'test' # Require the test suite Dir.glob("./test/*_test.rb").each do |file| require file end # Require the mock Dir.glob("./test/*_mock.rb").each do |file| require file end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ardtweeno-0.6.0 | test/test_helper.rb |