Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCheek committed Jul 26, 2016
1 parent 38c7b84 commit 6839725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/seeing_is_believing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def call
specify 'when Thread does not have .new, .current, #join, #abort_on_exception' do
expect(invoke('class << Thread
undef new
undef current unless "2.0.0" == RUBY_VERSION
undef current if "2.0.0" != RUBY_VERSION && "1.9.3" != RUBY_VERSION
end
class Thread
undef join
Expand Down

0 comments on commit 6839725

Please sign in to comment.