Skip to content

Commit

Permalink
#136: polished
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2024
1 parent c4ef753 commit 3e817ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
end

Given(/^We are online$/) do
begin
TCPSocket.new('google.com', 80)
rescue SocketError
pending
end
TCPSocket.new('google.com', 80)
rescue SocketError
pending
end

Given(/^I make a temp directory$/) do
Expand Down

0 comments on commit 3e817ed

Please sign in to comment.