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/fixtures/flags.yml | 7 ------- test/unit/flag_test.rb | 8 -------- 2 files changed, 15 deletions(-) delete mode 100644 test/fixtures/flags.yml delete mode 100644 test/unit/flag_test.rb (limited to 'test') diff --git a/test/fixtures/flags.yml b/test/fixtures/flags.yml deleted file mode 100644 index 157d747..0000000 --- a/test/fixtures/flags.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html - -one: - name: MyString - -two: - name: MyString 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