test/test_helper.rb in cells-3.3.1 vs test/test_helper.rb in cells-3.3.2
- old
+ new
@@ -72,5 +72,7 @@
ActiveSupport::TestCase.class_eval do
include Cells::AssertionsHelper
include Cells::InternalAssertionsHelper
end
+
+require File.join(File.dirname(__FILE__), *%w[app cells bassist_cell])
\ No newline at end of file