Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop to rubinius support #150

Merged
merged 1 commit into from
Jul 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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