Skip to content

Commit

Permalink
Merge pull request #2323 from taleh007/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pirj committed Apr 27, 2020
2 parents b540020 + fecacec commit 1805dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/controller_specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ We encourage you to use [request specs](https://relishapp.com/rspec/rspec-rails/
require "rails_helper"

RSpec.describe TeamsController, type: :controller do
describe "GET index"
describe "GET index" do
it "returns a 200" do
request.headers["Authorization"] = "foo"
get :show
Expand Down

0 comments on commit 1805dbe

Please sign in to comment.