summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 17:42:11 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 17:56:20 +1300
commit4a8a89d4ae737b417819481ccfcd6d52a92f0f9c (patch)
tree1335166eb407683fa9c61ab8063e765826003877
parent6c4f1c22fc8f1483b27bd628d9270479cf34beaa (diff)
downloadrack-4a8a89d4ae737b417819481ccfcd6d52a92f0f9c.tar.gz
Add rack-cache to external testing.
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 430c4456..23ffb860 100644
--- a/Rakefile
+++ b/Rakefile
@@ -147,6 +147,7 @@ end
task :external do
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/rtomayko/rack-cache", "rack-cache","bundle exec rake")
clone_and_test("https://github.com/socketry/falcon", "falcon", "bundle exec rspec")
end
end