aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-08-10 18:29:20 +0200
committerJosé Valim <jose.valim@gmail.com>2009-08-10 18:29:20 +0200
commit5f7cfffc5377824e03432d7773ed8864a872b18c (patch)
tree53907e2e794798763c800ece8c3c9db8526ef80e /railties/test/fixtures
parent600a89f2082beadf4af9fe140a1a2ae56386cd49 (diff)
downloadrails-5f7cfffc5377824e03432d7773ed8864a872b18c.tar.gz
rails-5f7cfffc5377824e03432d7773ed8864a872b18c.tar.bz2
rails-5f7cfffc5377824e03432d7773ed8864a872b18c.zip
Use less strict rules in generators lookup, so people can lay their generators wherever they want.
Diffstat (limited to 'railties/test/fixtures')
-rw-r--r--railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb2
-rw-r--r--railties/test/fixtures/vendor/plugins/mspec/lib/generators/mspec_generator.rb (renamed from railties/test/fixtures/vendor/gems/gems/mspec/lib/generators/mspec_generator.rb)0
2 files changed, 2 insertions, 0 deletions
diff --git a/railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb b/railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb
new file mode 100644
index 0000000000..cd477eb4c9
--- /dev/null
+++ b/railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb
@@ -0,0 +1,2 @@
+class XspecGenerator < Rails::Generators::NamedBase
+end
diff --git a/railties/test/fixtures/vendor/gems/gems/mspec/lib/generators/mspec_generator.rb b/railties/test/fixtures/vendor/plugins/mspec/lib/generators/mspec_generator.rb
index 191bdbf2fc..191bdbf2fc 100644
--- a/railties/test/fixtures/vendor/gems/gems/mspec/lib/generators/mspec_generator.rb
+++ b/railties/test/fixtures/vendor/plugins/mspec/lib/generators/mspec_generator.rb