diff options
author | 2010-05-14 01:36:17 +0200 | |
---|---|---|
committer | 2010-05-14 01:36:45 +0200 | |
commit | 68ddb9bdae876a1c0344a16a2e3cb9a15f1f3eb8 (patch) | |
tree | 5e86a8799ae61e7b5b0e9b4de13f4f5fa1278262 /test/unit | |
parent | Fix form data contents in case errors occur. (diff) | |
download | glsamaker-68ddb9bdae876a1c0344a16a2e3cb9a15f1f3eb8.tar.gz glsamaker-68ddb9bdae876a1c0344a16a2e3cb9a15f1f3eb8.tar.bz2 glsamaker-68ddb9bdae876a1c0344a16a2e3cb9a15f1f3eb8.zip |
Adding and removing packages to revisions now works.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/package_test.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit/package_test.rb b/test/unit/package_test.rb new file mode 100644 index 0000000..7fb7c58 --- /dev/null +++ b/test/unit/package_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class PackageTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end |