test/autoload_test.rb in ohm-contrib-0.0.42 vs test/autoload_test.rb in ohm-contrib-0.1.0
- old
+ new
@@ -2,18 +2,18 @@
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::LunarMacros
+ Ohm::FulltextSearching
Ohm::Slug
end
-end
-
+end
\ No newline at end of file