diff --git a/config/external.yaml b/config/external.yaml index d2a6a0312..dfb0fc67f 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -8,3 +8,6 @@ roda: url: https://github.com/jeremyevans/roda command: bundle exec rake spec spec_lint gemfile: .ci.gemfile +grape: + url: https://github.com/ruby-grape/grape + command: bundle exec rspec --exclude-pattern=spec/integration/**/*_spec.rb