Skip to content

Commit 1d5c7f9

Browse files
committed
Add a tag of RSpec as scrivito: true in order to skip test
1 parent 6c153b5 commit 1d5c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/sotechsha_overview_page_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'rails_helper'
22

3-
RSpec.describe SotechshaOverviewPageController, type: :controller do
3+
RSpec.describe SotechshaOverviewPageController, type: :controller, scrivito: true do
44
render_views
55

66
describe "GET #index" do

0 commit comments

Comments
 (0)