lib/rails_generator/spec.rb in shattered-0.3.1 vs lib/rails_generator/spec.rb in shattered-0.3.2
- old
+ new
@@ -1,5 +1,5 @@
-module Rails
+module Rails #:nodoc:all
module Generator
# A spec knows where a generator was found and how to instantiate it.
# Metadata include the generator's name, its base path, and the source
# which yielded it (PathSource, GemSource, etc.)
class Spec