Skip to content

Commit 4a9c098

Browse files
committed
Remove duplicate spec.
1 parent 3ce8414 commit 4a9c098

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec/rspec/core/runner_spec.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,6 @@ def interrupt
192192
it { should be_truthy }
193193
end
194194

195-
context "when drb server is started with another local ip address" do
196-
let(:drb_server) do
197-
instance_double(::DRb::DRbServer, :uri => "druby://192.168.0.1:0000/", :alive? => true)
198-
end
199-
200-
before do
201-
allow(::IPSocket).to receive(:getaddress).and_return("192.168.0.1")
202-
end
203-
204-
it { should be_truthy }
205-
end
206-
207195
context "when drb server is started with 127.0.0.1 but not alive" do
208196
let(:drb_server) do
209197
instance_double(::DRb::DRbServer, :uri => "druby://127.0.0.1:0000/", :alive? => false)

0 commit comments

Comments
 (0)