Skip to content

Commit

Permalink
Add Sinatra to external test.
Browse files Browse the repository at this point in the history
- bump bake-test-external
- add external directory to gitignore
  • Loading branch information
simi committed Jun 13, 2024
1 parent 8270e43 commit 70fc8a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ doc
/.bundle
/.yardoc
/coverage
/external
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ group :test do
gem "webrick"

unless ENV['CI'] == 'spec'
gem 'bake-test-external'
gem 'bake-test-external', '~> 0.3.3'
end
end
3 changes: 3 additions & 0 deletions config/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ protocol-rack:
rails:
url: https://github.com/rails/rails
command: bash -c "cd actionpack && bundle exec rake test"
sinatra:
url: https://github.com/sinatra/sinatra
command: bundle exec rake test

0 comments on commit 70fc8a9

Please sign in to comment.