diff options
-rw-r--r-- | test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb | 1 |
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> |