Skip to content

Commit 3a10953

Browse files
committed
Workaround for described class
1 parent 93fbe3a commit 3a10953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/controllers/sotechsha_overview_page_controller_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
require 'rails_helper'
22

33
RSpec.describe 'SotechshaOverviewPageController', type: :controller, scrivito: true do
4+
before { @controller = SotechshaOverviewPageController.new }
5+
46
render_views
57

68
describe "GET #index" do

0 commit comments

Comments
 (0)