1
0
mirror of https://github.com/safiire/n65.git synced 2024-06-02 05:41:36 +00:00

Rearrange requires

This commit is contained in:
Saf 2020-08-31 02:17:47 -07:00
parent b292376fd9
commit 2dec6e96a6

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
require_relative '../../../lib/n65/symbol_table'
require_relative '../../../lib/n65'
require_relative '../../../lib/n65/symbol_table'
RSpec.describe(N65::SymbolTable) do
subject { described_class.new }