Skip to content

Commit

Permalink
Merge 4e455ce into b6802a2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus authored Jan 25, 2021
2 parents b6802a2 + 4e455ce commit d10f513
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ rvm:
- 2.4.0
- 2.4.3
- 2.5.0
- 2.6.0
- 2.7.0
- 3.0.0
before_install: gem install bundler -v 1.14.6

script:
- bundle exec rspec
- ./tests/integration_tests.sh
- bundle exec rubocop
# - ./tests/integration_tests.sh
# - bundle exec rubocop
2 changes: 1 addition & 1 deletion lib/koine/test_runner/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_adapter(config)
end

klass = Object.const_get(adapter_class)
klass.new(symbolize_keys(config))
klass.new(**symbolize_keys(config))
end

def classify(klass)
Expand Down

0 comments on commit d10f513

Please sign in to comment.