Skip to content

Commit a7ff606

Browse files
committed
Workaround for described class
1 parent 66f961d commit a7ff606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/controllers/blog_post_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 'BlogPostPageController', type: :controller, scrivito: true do
4+
before { @controller = BlogPostPageController.new }
5+
46
render_views
57

68
describe "GET Blog Post Page" do

0 commit comments

Comments
 (0)