lib/sprout/generators/generator/templates/generator_test.rb in sprout-1.0.20.pre vs lib/sprout/generators/generator/templates/generator_test.rb in sprout-1.0.22.pre
- old
+ new
@@ -28,10 +28,9 @@
input_file = File.join(input_dir, "<%= input.camel_case %><%= extension %>")
assert_file input_file do |content|
assert_matches /Your content to assert here/, content
end
-
end
end
end