vendor/plugins/engines/lib/engines/testing.rb in parlement-0.13 vs vendor/plugins/engines/lib/engines/testing.rb in parlement-0.14
- old
+ new
@@ -1,9 +1,8 @@
# Contains the enhancements to assist in testing plugins. See Engines::Testing
# for more details.
require 'test/unit'
-require 'test_help'
require 'tmpdir'
require 'fileutils'
# In most cases, Rails' own plugin testing mechanisms are sufficient. However, there
\ No newline at end of file