aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-18 15:04:39 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-18 16:21:11 +0100
commit61f77b1dcd1d5fb18ada2c9a739557ef6c49a910 (patch)
treedd28afec12148c319255bbfe169ac4a011e1c423 /railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb
parent9fffdc5cdb80b1824473a6d7ae1fedf9e74aa748 (diff)
downloadrails-61f77b1dcd1d5fb18ada2c9a739557ef6c49a910.tar.gz
rails-61f77b1dcd1d5fb18ada2c9a739557ef6c49a910.tar.bz2
rails-61f77b1dcd1d5fb18ada2c9a739557ef6c49a910.zip
More cleaning up on rails generators load path.
Diffstat (limited to 'railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb')
-rw-r--r--railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb2
1 files changed, 0 insertions, 2 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
deleted file mode 100644
index cd477eb4c9..0000000000
--- a/railties/test/fixtures/vendor/another_gem_path/xspec/lib/generators/xspec_generator.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-class XspecGenerator < Rails::Generators::NamedBase
-end