summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-10 00:41:46 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-10 00:41:46 +0000
commit1727950c18c83eb2189fbafe2363c9c2f322eead (patch)
treea20873cdc35f7dc6e929d5ccfee002b6589abf9a
parent5234bf45899076cbde9ab0d6fcb5349057869eaf (diff)
downloadredmine-1727950c18c83eb2189fbafe2363c9c2f322eead.tar.gz
redmine-1727950c18c83eb2189fbafe2363c9c2f322eead.zip
Fix a failing test (#31110).
PluginTest fails if Redmine is cloned from GitHub because Git ignores the empty other_plugin directory. This file had to be committed in r18063. git-svn-id: http://svn.redmine.org/redmine/trunk@18152 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb b/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb
new file mode 100644
index 000000000..44537d3c3
--- /dev/null
+++ b/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb
@@ -0,0 +1 @@
+<p><label>Example setting</label><%= text_field_tag 'settings[sample_setting]', @settings['sample_setting'] %></p>