From a936993a5a7bbe7bb4f679d3adc059929cd0d7c5 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 15 Mar 2009 14:07:04 +0100 Subject: first revision and diff interface --- test/functional/revisions_controller_test.rb | 8 ++++++++ test/unit/helpers/revisions_helper_test.rb | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 test/functional/revisions_controller_test.rb create mode 100644 test/unit/helpers/revisions_helper_test.rb (limited to 'test') 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 @@ +require 'test_helper' + +class RevisionsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/helpers/revisions_helper_test.rb b/test/unit/helpers/revisions_helper_test.rb new file mode 100644 index 0000000..6bb5f07 --- /dev/null +++ b/test/unit/helpers/revisions_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class RevisionsHelperTest < ActionView::TestCase +end -- cgit v1.3