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 17, 2024
1 parent c90ffc6 commit 3416f36
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 @@ -11,3 +11,6 @@ roda:
grape:
url: https://github.com/ruby-grape/grape
command: bundle exec rspec --exclude-pattern=spec/integration/**/*_spec.rb
sinatra:
url: https://github.com/sinatra/sinatra
command: bundle exec rake test

0 comments on commit 3416f36

Please sign in to comment.