Sha256: 5ade5a706ba1ae4fc87987cde2b376268aeec2fecc64928102474c7d963d76a2

Contents?: true

Size: 230 Bytes

Versions: 11

Compression:

Stored size: 230 Bytes

Contents

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

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

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
acts_as_tokenizable-0.7.0 test/helper.rb
acts_as_tokenizable-0.6.1 test/helper.rb
acts_as_tokenizable-0.6.0 test/helper.rb
acts_as_tokenizable-0.5.0 test/helper.rb
acts_as_tokenizable-0.4.0 test/helper.rb
acts_as_tokenizable-0.3.3 test/helper.rb
acts_as_tokenizable-0.3.2 test/helper.rb
acts_as_tokenizable-0.3.1 test/helper.rb
acts_as_tokenizable-0.3.0 test/helper.rb
acts_as_tokenizable-0.2.0 test/helper.rb
acts_as_tokenizable-0.1.0 test/helper.rb