summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-11-15 13:46:39 +1300
committerGitHub <noreply@github.com>2020-11-15 13:46:39 +1300
commit1d70c73043e8fd41bf204ff794730aed2620d7a4 (patch)
treed997dec638cba4eef08aa0fb194276de2f1a2d67
parent03b4b9708f375db46ee214b219f709d08ed6eeb0 (diff)
parent31580f92c9db17563d2d7e10cc0f1601363d9074 (diff)
downloadrack-1d70c73043e8fd41bf204ff794730aed2620d7a4.tar.gz
Merge pull request #1719 from tlatsas/skip-rubocop-for-external-tests
Skip rubocop for external tests
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f30c284b..88cf6621 100644
--- a/Rakefile
+++ b/Rakefile
@@ -149,7 +149,7 @@ task :external do
FileUtils.mv ".rubocop.yml", ".rack.rubocop.yml.disabled"
Bundler.with_clean_env do
- clone_and_test("https://github.com/kickstarter/rack-attack", "rack-attack", "bundle exec rake")
+ clone_and_test("https://github.com/rack/rack-attack", "rack-attack", "bundle exec rake test")
clone_and_test("https://github.com/rtomayko/rack-cache", "rack-cache", "bundle exec rake")
clone_and_test("https://github.com/socketry/falcon", "falcon", "bundle exec rspec")
end