aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/plugin_builders/tweak_builder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/fixtures/lib/plugin_builders/tweak_builder.rb')
-rw-r--r--railties/test/fixtures/lib/plugin_builders/tweak_builder.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/test/fixtures/lib/plugin_builders/tweak_builder.rb b/railties/test/fixtures/lib/plugin_builders/tweak_builder.rb
deleted file mode 100644
index 1e801409a4..0000000000
--- a/railties/test/fixtures/lib/plugin_builders/tweak_builder.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class PluginBuilder < Rails::PluginBuilder
- def gitignore
- create_file ".gitignore", <<-R.strip
-foobar
- R
- end
-end