spelling: parameters
This commit is contained in:
parent
ca32ece84e
commit
b9a33b03a4
@ -2,7 +2,7 @@ require "utils/github"
|
|||||||
|
|
||||||
describe GitHub do
|
describe GitHub do
|
||||||
describe "::search_code", :needs_network do
|
describe "::search_code", :needs_network do
|
||||||
it "queries GitHub code with the passed paramaters" do
|
it "queries GitHub code with the passed parameters" do
|
||||||
results = subject.search_code(repo: "Homebrew/brew", path: "/",
|
results = subject.search_code(repo: "Homebrew/brew", path: "/",
|
||||||
filename: "readme", language: "markdown")
|
filename: "readme", language: "markdown")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user