diff options
| author | hukl <hukl@eight.local> | 2009-02-02 23:46:46 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-02 23:46:46 +0100 |
| commit | 1bbeefe805efba28ef9c237a1c27f3f1ce1d5dc0 (patch) | |
| tree | af9103e8e23b097a930f6fa6930dca470d657043 /test/unit | |
| parent | 1c8bcc58d410db6d7eb5f1629813f08f78f47fa1 (diff) | |
refactored the whole tagging thing. now using
acts_as_taggable_on_steroids instead of a
homebrew solution
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/flag_test.rb | 8 |
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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class FlagTest < ActiveSupport::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | end | ||
