aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/reply.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/reply.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/reply.rb')
-rw-r--r--actionpack/test/fixtures/reply.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/fixtures/reply.rb b/actionpack/test/fixtures/reply.rb
deleted file mode 100644
index 047522c55b..0000000000
--- a/actionpack/test/fixtures/reply.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Reply < ActiveRecord::Base
- scope :base, -> { all }
- belongs_to :topic, -> { includes(:replies) }
- belongs_to :developer
-
- validates_presence_of :content
-end