Skip to content

Commit 93fbe3a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/controllers/sessions_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 'SessionsController', type: :controller, scrivito: true do
4+
before { @controller = SessionsController.new }
5+
46
describe "GET #create" do
57
it "param match" do
68
get :create, params: { email: ENV['SCRIVITO_EMAIL'],

0 commit comments

Comments
 (0)