aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/versioned_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/versioned_test.rb b/test/versioned_test.rb
index 178b5ca28..c0c8e514d 100644
--- a/test/versioned_test.rb
+++ b/test/versioned_test.rb
@@ -14,13 +14,6 @@ class VersionedTest < Test::Unit::TestCase
assert_instance_of Page.versioned_class, p.versions.first
end
- def test_version_has_unique_created_at
- p = pages(:welcome)
- p.title = 'update me'
- p.save!
- assert_not_equal p.created_on, p.versions.latest.created_on
- end
-
def test_saves_without_revision
p = pages(:welcome)
old_versions = p.versions.count