Skip to content

Commit

Permalink
Comment on odd spec step
Browse files Browse the repository at this point in the history
  • Loading branch information
greggroth committed Aug 7, 2019
1 parent d23b451 commit 8c9282c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/integration/add_to_rails_app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c9282c

Please sign in to comment.