summaryrefslogtreecommitdiff
path: root/test/unit/flag_test.rb
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-02 23:46:46 +0100
committerhukl <hukl@eight.local>2009-02-02 23:46:46 +0100
commit1bbeefe805efba28ef9c237a1c27f3f1ce1d5dc0 (patch)
treeaf9103e8e23b097a930f6fa6930dca470d657043 /test/unit/flag_test.rb
parent1c8bcc58d410db6d7eb5f1629813f08f78f47fa1 (diff)
refactored the whole tagging thing. now using
acts_as_taggable_on_steroids instead of a homebrew solution
Diffstat (limited to 'test/unit/flag_test.rb')
-rw-r--r--test/unit/flag_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/unit/flag_test.rb b/test/unit/flag_test.rb
deleted file mode 100644
index 49b0d96..0000000
--- a/test/unit/flag_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
1require 'test_helper'
2
3class FlagTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end