summaryrefslogtreecommitdiff
path: root/test/functional/revisions_controller_test.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-15 19:28:04 +0100
committerhukl <contact@smyck.org>2009-03-15 19:28:04 +0100
commit4ff20fb57936af76fd97242df3f8c6fe474b7a4a (patch)
tree16956c885147b610a004bd66e4aabbd986d5a935 /test/functional/revisions_controller_test.rb
parent82741f65fc387e898e5e17f16a057b34bb6dddab (diff)
parent7f82b8e23ec9b76d0b8a417b2d2b577aeaf7a55f (diff)
Merge branch 'revisions'
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