Sha256: b5d462543a0160354c51a6047f414d12d6652108125ad98810ec3d64696b26ed

Contents?: true

Size: 902 Bytes

Versions: 9

Compression:

Stored size: 902 Bytes

Contents

#!/usr/bin/env ruby
#####################################################################################
# Copyright (c) 2011, Cohesive Flexible Technologies, Inc.
# This copyrighted material is the property of Cohesive Flexible Technologies and
# is subject to the license terms of the product it is contained within, whether 
# in text or compiled form.  It is licensed under the terms expressed in the 
# accompanying README and LICENSE files.
# 
# This program is AS IS and WITHOUT ANY WARRANTY; without even the implied warranty 
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#####################################################################################

require 'rubygems'
require 'test/unit'
require 'shoulda'

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

class Test::Unit::TestCase
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cft_smartcloud-0.3.3 test/helper.rb
cft_smartcloud-0.3.2 test/helper.rb
cft_smartcloud-0.3.1 test/helper.rb
cft_smartcloud-0.3.0 test/helper.rb
cft_smartcloud-0.2.2 test/helper.rb
cft_smartcloud-0.1.9 test/helper.rb
cft_smartcloud-0.1.8 test/helper.rb
cft_smartcloud-0.1.5 test/helper.rb
cft_smartcloud-0.1.4 test/helper.rb