Sha256: 6b2edf26427d867d99adffa2b60315030fc6f518e1838a30099393ec353079fc

Contents?: true

Size: 643 Bytes

Versions: 4

Compression:

Stored size: 643 Bytes

Contents

####################################################################################################
# @author       David Kirwan https://github.com/davidkirwan/ardtweeno
# @description  Ardtweeno Gateway test helper
#
# @date         05-06-2013
####################################################################################################

#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

4 entries across 4 versions & 1 rubygems

Version Path
ardtweeno-0.5.0 test/test_helper.rb
ardtweeno-0.4.0 test/test_helper.rb
ardtweeno-0.3.1 test/test_helper.rb
ardtweeno-0.3.0 test/test_helper.rb