From f919497c2b590402c3cbd7744097a9bd32b70afd Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 5 Sep 2009 18:08:23 +0200 Subject: added tag resource, widget and auxillary files --- test/functional/tags_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/functional/tags_controller_test.rb (limited to 'test/functional') diff --git a/test/functional/tags_controller_test.rb b/test/functional/tags_controller_test.rb new file mode 100644 index 0000000..dcf6b7e --- /dev/null +++ b/test/functional/tags_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class TagsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end -- cgit v1.3