test/preprocessor_test.rb in cast-0.2.0 vs test/preprocessor_test.rb in cast-0.2.1
- old
+ new
@@ -2,10 +2,10 @@
#
# Tests for the preprocessor.
#
######################################################################
-require 'test/test_helper'
+require 'test_helper'
# publicize the private methods so we can test them easily
class C::Preprocessor
public :shellquote, :full_command
end