aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/topic.rb
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-06-09 18:54:58 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-20 17:23:16 +0200
commitf12109448ba61c86788820615dfdd8b6bce4a39b (patch)
tree77a5013ba2eb96568f816b8f621f1ddc66948524 /actionpack/test/fixtures/topic.rb
parentb01331e39291f3781b8cc07233633761fefe73bc (diff)
downloadrails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.gz
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.bz2
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.zip
Remove unneeded test fixtures in AV
Diffstat (limited to 'actionpack/test/fixtures/topic.rb')
-rw-r--r--actionpack/test/fixtures/topic.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/fixtures/topic.rb b/actionpack/test/fixtures/topic.rb
deleted file mode 100644
index 9fa9746535..0000000000
--- a/actionpack/test/fixtures/topic.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Topic < ActiveRecord::Base
- has_many :replies, :dependent => :destroy
-end