Skip to content

Commit f989f65

Browse files
committed
Stringify class name
1 parent 9890922 commit f989f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/sessions_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 SessionsController, type: :controller, scrivito: true do
3+
RSpec.describe 'SessionsController', type: :controller, scrivito: true do
44
describe "GET #create" do
55
it "param match" do
66
get :create, params: { email: ENV['SCRIVITO_EMAIL'],

0 commit comments

Comments
 (0)