mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Adds a test for #23242.
git-svn-id: http://svn.redmine.org/redmine/trunk@15611 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
027fe7bb66
commit
07da3dc70c
@ -23,6 +23,11 @@ class WikiContentVersionTest < ActiveSupport::TestCase
|
|||||||
def setup
|
def setup
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_should_respond_to_attachments
|
||||||
|
v = WikiContent::Version.find(2)
|
||||||
|
assert v.respond_to?(:attachments)
|
||||||
|
end
|
||||||
|
|
||||||
def test_destroy
|
def test_destroy
|
||||||
v = WikiContent::Version.find(2)
|
v = WikiContent::Version.find(2)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user