From 1bbeefe805efba28ef9c237a1c27f3f1ce1d5dc0 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 2 Feb 2009 23:46:46 +0100 Subject: refactored the whole tagging thing. now using acts_as_taggable_on_steroids instead of a homebrew solution --- test/unit/flag_test.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/unit/flag_test.rb (limited to 'test/unit') 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 @@ -require 'test_helper' - -class FlagTest < ActiveSupport::TestCase - # Replace this with your real tests. - test "the truth" do - assert true - end -end -- cgit v1.3