Skip to content

Commit

Permalink
Remove unused instance variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Apr 6, 2015
1 parent 2a07aa9 commit d48d07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rspec/core/drb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def self.run(argv, err, out)

before(:all) do
@drb_port = '8990'
@drb_example_file_counter = 0
DRb::start_service("druby://127.0.0.1:#{@drb_port}", SimpleDRbSpecServer)
end

Expand Down

0 comments on commit d48d07f

Please sign in to comment.