diff options
| author | hukl <contact@smyck.org> | 2009-03-15 14:07:04 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-15 14:07:04 +0100 |
| commit | a936993a5a7bbe7bb4f679d3adc059929cd0d7c5 (patch) | |
| tree | 4913c2909cf698a2bf0e1b5fc552f6c2454d882c /test | |
| parent | c9fa047402fdc009319dca7b05455e8ce73eaee7 (diff) | |
first revision and diff interface
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/revisions_controller_test.rb | 8 | ||||
| -rw-r--r-- | test/unit/helpers/revisions_helper_test.rb | 4 |
2 files changed, 12 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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class RevisionsControllerTest < ActionController::TestCase | ||
| 4 | # Replace this with your real tests. | ||
| 5 | test "the truth" do | ||
| 6 | assert true | ||
| 7 | end | ||
| 8 | 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 @@ | |||
| 1 | require 'test_helper' | ||
| 2 | |||
| 3 | class RevisionsHelperTest < ActionView::TestCase | ||
| 4 | end | ||
