Skip to content

Commit 15ca554

Browse files
authored
Merge pull request #143 from gogainda/patch-1
Support Truffleruby
2 parents 64c5b2e + 5440da4 commit 15ca554

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 2.4.5
88
- 2.5.3
99
- 2.6.1
10+
- truffleruby-head
1011
before_install: gem install bundler
1112
addons:
1213
apt:

test/scientist/experiment_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def @ex.raised(op, exception)
549549
assert_equal " \"value\"", lines[2]
550550
assert_equal "candidate:", lines[3]
551551
assert_equal " #<RuntimeError: error>", lines[4]
552-
assert_match %r( test/scientist/experiment_test.rb:\d+:in `block), lines[5]
552+
assert_match %r(test/scientist/experiment_test.rb:\d+:in `block), lines[5]
553553
end
554554
end
555555
end

0 commit comments

Comments
 (0)