mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix restoration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
71987f3f09
commit
d9cce0814d
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ require_relative '../../spec_helper'
|
||||||
describe "Kernel#=~" do
|
describe "Kernel#=~" do
|
||||||
verbose = $VERBOSE
|
verbose = $VERBOSE
|
||||||
before :each do
|
before :each do
|
||||||
$VERBOSE = nil
|
verbose, $VERBOSE = $VERBOSE, nil
|
||||||
end
|
end
|
||||||
after :each do
|
after :each do
|
||||||
verbose = $VERBOSE
|
$VERBOSE = verbose
|
||||||
end
|
end
|
||||||
|
|
||||||
it "returns nil matching any object" do
|
it "returns nil matching any object" do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue