Sha256: a1ffe9ca2839bcf5207c5bfb8c6472da1f76b9137b2899df77b4ed99fc8ad8b1

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
# require 'webmock/test_unit'
begin require 'redgreen'; rescue LoadError; end
begin require 'turn'; rescue LoadError; end

require 'moonshado-sms'

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

class Test::Unit::TestCase
  # include WebMock
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moonshado-sms-1.0.0 test/helper.rb
moonshado-sms-0.5.0 test/helper.rb
moonshado-sms-0.4.1 test/helper.rb
moonshado-sms-0.4.0 test/helper.rb