Skip to content

Commit 83eaf5c

Browse files
committed
Add missing require in version test.
1 parent 2bc5964 commit 83eaf5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/protocol/http2_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
# THE SOFTWARE.
2020

21+
require 'protocol/http2/version'
22+
2123
RSpec.describe Protocol::HTTP2 do
2224
it "has a version number" do
2325
expect(Protocol::HTTP2::VERSION).not_to be nil

0 commit comments

Comments
 (0)