diff --git a/spec/integration/add_to_rails_app_spec.rb b/spec/integration/add_to_rails_app_spec.rb index c91e5a4..5755b07 100644 --- a/spec/integration/add_to_rails_app_spec.rb +++ b/spec/integration/add_to_rails_app_spec.rb @@ -49,6 +49,8 @@ def run(command) FileUtils.chdir rails_app_name do run use_local_stitches + # It's unclear why, but on CI the gems are not found when installed + # through bundler however installing them explicitly first fixes it. run "gem install apitome rspec-rails rspec_api_documentation" run "bundle install" example.run