summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/routing/wiki_routing_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_examples/routing/wiki_routing_shared_examples.rb')
-rw-r--r--spec/support/shared_examples/routing/wiki_routing_shared_examples.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/support/shared_examples/routing/wiki_routing_shared_examples.rb b/spec/support/shared_examples/routing/wiki_routing_shared_examples.rb
index 9289934677e..64f237f0d4d 100644
--- a/spec/support/shared_examples/routing/wiki_routing_shared_examples.rb
+++ b/spec/support/shared_examples/routing/wiki_routing_shared_examples.rb
@@ -6,9 +6,9 @@ RSpec.shared_examples 'wiki routing' do
let(:actions) { %i[show new create edit update destroy] }
let(:additional_actions) do
{
- pages: [:get, '/pages'],
- history: [:get, '/:id/history'],
- git_access: [:get, '/git_access'],
+ pages: [:get, '/pages'],
+ history: [:get, '/:id/history'],
+ git_access: [:get, '/git_access'],
preview_markdown: [:post, '/:id/preview_markdown']
}
end