summaryrefslogtreecommitdiff
path: root/test/unit/asset_test.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-04-24 11:43:08 +0200
committerhukl <contact@smyck.org>2009-04-25 14:55:27 +0200
commitcf1b60e0cfa7d1a8f4a80d686649cc12e73a634e (patch)
treeb68bd845d290ce968892c4532bcff52083925834 /test/unit/asset_test.rb
parentb2b78c06074046bd73cc3408a29386a976f0469c (diff)
Integrated basic Asset upload functionality. You can upload files now and use their url in pages.
Diffstat (limited to 'test/unit/asset_test.rb')
-rw-r--r--test/unit/asset_test.rb8
1 files changed, 8 insertions, 0 deletions
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 @@
1require 'test_helper'
2
3class AssetTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end