Skip to content

Commit

Permalink
Merge pull request #120 from aycabta/add-reqiure-to-test-separately
Browse files Browse the repository at this point in the history
Add require 'irb' to test separately
  • Loading branch information
aycabta authored Aug 12, 2020
2 parents b66ac03 + 9e4423b commit eef1c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/irb/test_history.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'irb'

module TestIRB
class TestHistory < Test::Unit::TestCase
Expand Down

0 comments on commit eef1c0a

Please sign in to comment.