Skip to content

Commit

Permalink
remove needless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 16, 2014
1 parent 782b7d8 commit 433b202
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/webmock/minitest.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
begin
require 'minitest/test'
begin
test_class= MiniTest::Test
rescue NameError
test_class= Minitest::Test
end
test_class= Minitest::Test
assertions = "assertions"
rescue LoadError
require "minitest/unit"
Expand Down

0 comments on commit 433b202

Please sign in to comment.