Skip to content

Commit fecacec

Browse files
authored
Update README.md
Fix example
1 parent b540020 commit fecacec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)