Skip to content

Commit 0362190

Browse files
committed
Fix typo in "type: :controller"
1 parent 6a52085 commit 0362190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/controller_specs/setting_request_headers.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Feature: Setting request headers
99
"""ruby
1010
require "rails_helper"
1111
12-
RSpec.describe ApplicationController, type" :controller do
12+
RSpec.describe ApplicationController, type: :controller do
1313
controller do
1414
def show
1515
if request.headers["Authorization"] == "foo"

0 commit comments

Comments
 (0)