Sha256: da8b06a00145c005ac1b7cfb8ca7f21e9e2df3d4037f1f2defa8f96f01cb24c3

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

# coding:utf-8
#--
# ニフティクラウドSDK for Ruby
#
# Ruby Gem Name::  nifty-cloud-sdk
# Author::    NIFTY Corporation
# Copyright:: Copyright 2011 NIFTY Corporation All Rights Reserved.
# License::   Distributes under the same terms as Ruby
# Home::      http://cloud.nifty.com/api/
#++

require 'rubygems'
gem 'test-unit'

%w[ test/unit test/spec mocha/test_unit ].each { |f|
  begin
    require f
  rescue LoadError
    abort "Unable to load required gem for test: #{f}"
  end
}

require File.dirname(__FILE__) + '/../lib/NIFTY'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nifty-cloud-sdk-1.11.beta7 test/test_helper.rb