diff --git a/README.md b/README.md index 90ca0ca..154d92a 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ context. ```ruby describe AuthenticateUser do describe "#call" do - end + let(:interactor) { AuthenticateUser.new(email: "john@example.com", password: "secret") } let(:context) { interactor.context }