Sha256: 8f2bc103de60c616bcd52d080792b13f51cb864a834757f5181c8a81650b61e9

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

# encoding: UTF-8

require File.expand_path("./helper", File.dirname(__FILE__))

test "autoloading of all libraries" do
  assert_nothing_raised NameError, LoadError do
    Ohm::ActiveModelExtension
    Ohm::Boundaries
    Ohm::Timestamping
    Ohm::WebValidations
    Ohm::NumberValidations
    Ohm::Typecast
    Ohm::Locking
    Ohm::ExtraValidations
    Ohm::DateValidations
    Ohm::FulltextSearching
    Ohm::Slug
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ohm-contrib-0.1.1 test/autoload_test.rb
ohm-contrib-0.1.0 test/autoload_test.rb