Skip to content

Commit 9890922

Browse files
committed
Stringify class name
1 parent a79cb9e commit 9890922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/blog_post_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 BlogPostPageController, type: :controller, scrivito: true do
3+
RSpec.describe 'BlogPostPageController', type: :controller, scrivito: true do
44
render_views
55

66
describe "GET Blog Post Page" do

0 commit comments

Comments
 (0)