test/test_helper.rb in cells-3.6.5 vs test/test_helper.rb in cells-3.6.6

- old
+ new

@@ -19,10 +19,9 @@ test_app_dir = File.join(gem_dir, 'test', 'app') require 'cells' Cell::Rails.append_view_path(File.join(test_app_dir, 'cells')) -Cell::Rails.append_view_path(File.join(test_app_dir, 'cells', 'layouts')) require "cell/test_case" # Extend TestCase. ActiveSupport::TestCase.class_eval do def assert_not(assertion)