From cf1b60e0cfa7d1a8f4a80d686649cc12e73a634e Mon Sep 17 00:00:00 2001 From: hukl Date: Fri, 24 Apr 2009 11:43:08 +0200 Subject: Integrated basic Asset upload functionality. You can upload files now and use their url in pages. --- test/unit/asset_test.rb | 8 ++++++++ test/unit/helpers/assets_helper_test.rb | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 test/unit/asset_test.rb create mode 100644 test/unit/helpers/assets_helper_test.rb (limited to 'test/unit') diff --git a/test/unit/asset_test.rb b/test/unit/asset_test.rb new file mode 100644 index 0000000..58aba76 --- /dev/null +++ b/test/unit/asset_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class AssetTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/helpers/assets_helper_test.rb b/test/unit/helpers/assets_helper_test.rb new file mode 100644 index 0000000..ae50bff --- /dev/null +++ b/test/unit/helpers/assets_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class AssetsHelperTest < ActionView::TestCase +end -- cgit v1.3