summaryrefslogtreecommitdiff
path: root/test/functional/revisions_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.local>2009-03-18 11:36:10 +0100
committererdgeist <erdgeist@bauklotz.local>2009-03-18 11:36:10 +0100
commitd957a33a0d50f00c1968c5d12e728bd73ea186b3 (patch)
tree8d7ecce1fc6c82abea10b8b8be868a92746cbd89 /test/functional/revisions_controller_test.rb
parentce55ed022fd373af58f7bd25cdd3f092f5698c54 (diff)
parentca08b36ca6bd874abbb7207495860eeeb53884e0 (diff)
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'test/functional/revisions_controller_test.rb')
-rw-r--r--test/functional/revisions_controller_test.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/revisions_controller_test.rb b/test/functional/revisions_controller_test.rb
new file mode 100644
index 0000000..d752b0e
--- /dev/null
+++ b/test/functional/revisions_controller_test.rb
@@ -0,0 +1,8 @@
1require 'test_helper'
2
3class RevisionsControllerTest < ActionController::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end