Skip to content

Commit

Permalink
Merge pull request #150 from ruby/removed-rbx-support
Browse files Browse the repository at this point in the history
Drop to rubinius support
  • Loading branch information
hsbt authored Jul 29, 2016
2 parents 5e01167 + 1b0bf73 commit 2328ce3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ rvm:
- jruby-9.0.5.0
- jruby-9.1.0.0
- jruby-head
- rbx-2
- rbx
before_install:
- gem install bundler --no-document
before_script:
Expand Down
4 changes: 0 additions & 4 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,5 @@ def jruby9?
jruby? && (JRUBY_VERSION >= '9.0.0.0')
end

def rbx?
RUBY_ENGINE == 'rbx'
end

include RakefileDefinitions
end
1 change: 0 additions & 1 deletion test/test_private_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def setup
end

def test_private_reader_is_private
skip if rbx?
assert_private do @sample.reader end
assert_private do @sample.a end
end
Expand Down

0 comments on commit 2328ce3

Please sign in to comment.