Skip to content

Commit 1805dbe

Browse files
authored
Merge pull request #2323 from taleh007/patch-1
Update README.md
2 parents b540020 + fecacec commit 1805dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/controller_specs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We encourage you to use [request specs](https://relishapp.com/rspec/rspec-rails/
6868
require "rails_helper"
6969

7070
RSpec.describe TeamsController, type: :controller do
71-
describe "GET index"
71+
describe "GET index" do
7272
it "returns a 200" do
7373
request.headers["Authorization"] = "foo"
7474
get :show

0 commit comments

Comments
 (0)