lib/mack/generators/controller_generator/templates/test/controllers/test_case.rb.template in mack-0.8.2 vs lib/mack/generators/controller_generator/templates/test/controllers/test_case.rb.template in mack-0.8.3
- old
+ new
@@ -1,5 +1,5 @@
-require File.join(File.dirname(__FILE__), "..", "test_helper.rb")
+require File.join(File.dirname(__FILE__), '..', "test_helper.rb")
class <%= @name_plural_camel %>ControllerTest < Test::Unit::TestCase
def test_truth
assert true
\ No newline at end of file